以下のコマンドで、Googleのサーバーが使用するIPアドレスを調べることができる。
dig TXT +short _netblocks{,2,3}.google.com | tr ' ' '\n' | grep '^ip4:'
参考:
https://support.google.com/a/answer/60764?hl=ja
GoogleのIPアドレスを調べる
投稿日:
執筆者:No964ma49
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 6170Linux(CentOS)、Windows(サーバー/クライアント)、Yamaha RTX、その他の技術メモ
投稿日:
以下のコマンドで、Googleのサーバーが使用するIPアドレスを調べることができる。
dig TXT +short _netblocks{,2,3}.google.com | tr ' ' '\n' | grep '^ip4:'
参考:
https://support.google.com/a/answer/60764?hl=ja
執筆者:No964ma49
関連記事
photo credit: Peregrino Will Reign via photopin cc ■Wordpressで画面が真っ白になる wp-config.phpに変更を加えたところ、画面が真 …
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」の警告が表示される …
2016/12/30
postfixで特定のトップレベルドメインからのメールを拒否する
2015/09/06
rsync実行中に「cannot allocate memory」エラーが発生