Skip to content

Instantly share code, notes, and snippets.

@vdudouyt
Last active January 1, 2016 17:39
Show Gist options
  • Select an option

  • Save vdudouyt/8178260 to your computer and use it in GitHub Desktop.

Select an option

Save vdudouyt/8178260 to your computer and use it in GitHub Desktop.
A minimal working BIND zone specification
example.org. IN SOA ns1.example.org. ns2.example.org. (
2012050901 ; serial
20m ; refresh (20 minutes)
2m ; retry (2 minutes)
1w ; expire (1 week)
1h ; minimum (1 hour)
)
NS ns1.example.org.
NS ns2.example.org.
@ A 1.1.1.1
ns1 A 1.1.1.1
ns2 A 1.1.1.1
www CNAME example.org.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment