LoginSignup
0
0

More than 5 years have passed since last update.

dnsの`TXT`レコードを見る

Last updated at Posted at 2018-02-22

GCP/GAEのcustom domainのverificationで利用

nslookup

$ nslookup -q=TXT example.com 01.dnsv.jp
example.com text = "google-site-verification=AaH99r_AlJAng42S2d5CkINRWTp0ABfx9cPIJ0f6JIA"

dig

$ dig TXT example.com | grep TXT
example.com.                3198    IN      TXT     "google-site-verification=AaH99r_AlJAng42S2d5CkINRWTp0ABfx9cPIJ0f6JIA"
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0