Notice: Function amp_is_available was called incorrectly. `amp_is_available()` (または `amp_is_request()`、正式には `is_amp_endpoint()`) の呼び出しが早すぎたため、正常に動作しません。 WordPress is currently doing the `plugins_loaded` hook. `wp`アクションの前にこの関数を呼び出すと、`WP_Query`と照会されたオブジェクトにアクセスできず、それが AMP 応答であるかどうかを判断するため、`amp_skip_post()`フィルターと AMP 対応トグルは考慮されません。 スラッグが「`google-analytics-for-wordpress`」のプラグインが原因のようです。投稿者に連絡してください。 Please see Debugging in WordPress for more information. (This message was added in version 2.0.0.) in /var/www/wordpress/wp-includes/functions.php on line 6170

Notice: Function amp_is_available was called incorrectly. `amp_is_available()` (または `amp_is_request()`、正式には `is_amp_endpoint()`) の呼び出しが早すぎたため、正常に動作しません。 WordPress is currently doing the `plugins_loaded` hook. `wp`アクションの前にこの関数を呼び出すと、`WP_Query`と照会されたオブジェクトにアクセスできず、それが AMP 応答であるかどうかを判断するため、`amp_skip_post()`フィルターと AMP 対応トグルは考慮されません。 スラッグが「`google-analytics-for-wordpress`」のプラグインが原因のようです。投稿者に連絡してください。 Please see Debugging in WordPress for more information. (This message was added in version 2.0.0.) in /var/www/wordpress/wp-includes/functions.php on line 6170

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the updraftplus domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/wordpress/wp-includes/functions.php on line 6170
GoogleのIPアドレスを調べる - シスメモ

シスメモ

Linux(CentOS)、Windows(サーバー/クライアント)、Yamaha RTX、その他の技術メモ

CentOS

GoogleのIPアドレスを調べる

投稿日:

photo credit: kjetikor via photopin cc

以下のコマンドで、Googleのサーバーが使用するIPアドレスを調べることができる。

dig TXT +short _netblocks{,2,3}.google.com | tr ' ' '\n' | grep '^ip4:'

参考:
https://support.google.com/a/answer/60764?hl=ja



-CentOS

執筆者:


comment

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

関連記事

WordPressで画面が真っ白になる

photo credit: Peregrino Will Reign via photopin cc ■Wordpressで画面が真っ白になる wp-config.phpに変更を加えたところ、画面が真 …

WordPressのユーザーパスワードをSQLクエリで変更

photo credit: Peregrino Will Reign via photopin cc 何故かWordpressのパスワードリセットが効かない!?時があったので、 マニュアルでパスワード …

BackWPupで"Connection time-out" The HTTP response test get a false http status ()

photo credit: Peregrino Will Reign via photopin cc WordPressのバックアップとしてBackWPupを使い始めたのですが、ジョブ作成後のバックア …

postfixで特定のトップレベルドメインからのメールを拒否する

photo credit: Alex.W IMG_0466 via photopin (license)   〜.topドメインからのスパムが増えてきたため、topドメインからのメールは問答 …

Postfix で「inet_protocols: IPv6 support is disabled」の警告が表示される

photo credit: liwyatan via photopin cc ■Postfix で「inet_protocols: IPv6 support is disabled」の警告が表示される …