Skip to content

Instantly share code, notes, and snippets.

@JakeDEvans
Created February 1, 2020 01:49
Show Gist options
  • Save JakeDEvans/f49a0b6a708278a79f57ef3d945008ed to your computer and use it in GitHub Desktop.
Save JakeDEvans/f49a0b6a708278a79f57ef3d945008ed to your computer and use it in GitHub Desktop.
glue records
@ IN NS ns1.net.
@ IN NS ns2.net.
@ IN NS ns3.net.
@ IN NS ns4.net.
example.com. IN NS dns1.example.com.
example.com. IN NS dns2.example.com.
dns1.example.com. IN A 192.0.2.1
dns2.example.com. IN A 192.0.2.2
@ IN NS dns1.example.com.
@ IN NS dns2.example.com.
dns1 IN A 192.0.2.1
dns2 IN A 192.0.2.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment