Skip to content

Instantly share code, notes, and snippets.

@jnbdz
Last active January 13, 2016 23:19
Show Gist options
  • Save jnbdz/d1ec3eb1a62beaa36f89 to your computer and use it in GitHub Desktop.
Save jnbdz/d1ec3eb1a62beaa36f89 to your computer and use it in GitHub Desktop.
$TTL 604800
@ IN SOA ns1.one.example.com. admin.one.example.com. (
3 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ; Negative Cache TTL
)
;
; name servers - NS records
IN NS ns1.one.example.com.
; name servers - A records
ns1.one.example.com. IN A 10.8.0.3
; 10.8.0.0/16 - A records
jeannicolas.com.air.jn. IN A 10.8.0.100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment