Skip to content

Instantly share code, notes, and snippets.

@jesperhj
Created May 3, 2014 20:03
Show Gist options
  • Save jesperhj/290eedfbfc3002765350 to your computer and use it in GitHub Desktop.
Save jesperhj/290eedfbfc3002765350 to your computer and use it in GitHub Desktop.
$TTL 604800
@ IN SOA ns.example.com. root.example.com. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns.example.com.
ns IN A 54.217.192.242
;also list other computers
www IN A 54.217.192.242
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment