Skip to content

Instantly share code, notes, and snippets.

@foxycode
Created March 3, 2017 11:07
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 foxycode/93cc3946db9e58bb51e7c78b18e15be1 to your computer and use it in GitHub Desktop.
Save foxycode/93cc3946db9e58bb51e7c78b18e15be1 to your computer and use it in GitHub Desktop.
ipv6 reverse zone example
$TTL 3600
@ IN SOA ns.sunfox.cz. sunfox.sunfox.cz. (
2016010902 ; serial, todays date + todays serial #
7200 ; refresh, seconds
540 ; retry, seconds
604800 ; expire, seconds
86400 ) ; minimum, seconds
;
2.0.0.0.0.0.6.c.2.0.a.2.ip6.arpa. 3600 NS ns.sunfox.cz.
2.0.0.0.0.0.6.c.2.0.a.2.ip6.arpa. 3600 NS ns2.sunfox.cz.
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.1.0.0 3600 PTR ns.sunfox.cz.
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.2.0.0 3600 PTR dev.sunfox.cz.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment