Skip to content

Instantly share code, notes, and snippets.

@kojiisd
Last active August 26, 2018 08:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kojiisd/b91e5e493b6e2d4803312d09812cec26 to your computer and use it in GitHub Desktop.
Save kojiisd/b91e5e493b6e2d4803312d09812cec26 to your computer and use it in GitHub Desktop.
サブドメインをRoute 53で管理してみた(メインはCloud DNSで管理、ドメイン移管なし) ref: https://qiita.com/kojiisd/items/2fe717cfc980c0bd46d8
$ dig ns test-kojiisd.tk
:
:
;; ANSWER SECTION:
test-kojiisd.tk. 60 IN NS ns-cloud-a4.googledomains.com.
test-kojiisd.tk. 60 IN NS ns-cloud-a1.googledomains.com.
test-kojiisd.tk. 60 IN NS ns-cloud-a2.googledomains.com.
test-kojiisd.tk. 60 IN NS ns-cloud-a3.googledomains.com.
$ dig ns dev.test-kojiisd.tk
:
:
;; ANSWER SECTION:
dev.test-kojiisd.tk. 60 IN NS ns-xxxx.awsdns-xx.co.uk.
dev.test-kojiisd.tk. 60 IN NS ns-xxxx.awsdns-xx.com.
dev.test-kojiisd.tk. 60 IN NS ns-xxxx.awsdns-xx.net.
dev.test-kojiisd.tk. 60 IN NS ns-xxxx.awsdns-xx.org.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment