Skip to content

Instantly share code, notes, and snippets.

@jnbdz
Created January 13, 2016 06:01
Show Gist options
  • Save jnbdz/bef60b7c9bf174693b43 to your computer and use it in GitHub Desktop.
Save jnbdz/bef60b7c9bf174693b43 to your computer and use it in GitHub Desktop.
$TTL 604800
@ IN SOA one.example.com. admin.one.example.com. (
3 ; Serial
604800 ; Refresh
2419200 ; Retry
604800 ) ; Negative Cache TTL
; name servers
IN NS ns1.one.example.com.
; PTR Records
3.0 IN PTR ns1.one.example.com. ; 10.8.0.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment