Skip to content

Instantly share code, notes, and snippets.

@mferrier
Created April 4, 2011 22:21
Show Gist options
  • Save mferrier/902594 to your computer and use it in GitHub Desktop.
Save mferrier/902594 to your computer and use it in GitHub Desktop.
local zone file
$TTL 60
$ORIGIN local.
@ 1D IN SOA localhost. root.localhost. (
45 ; serial (d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
1D IN NS localhost.
1D IN A 127.0.0.1
*.local. 60 IN A 127.0.0.1
4ormat.local. 60 IN A 127.0.0.1
*.4ormat.local. 60 IN A 127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment