add old zones from ns-intern
This commit is contained in:
parent
7086b189b9
commit
7da581236c
19 changed files with 1207 additions and 0 deletions
12
resources/chaosknoten/auth-dns/zones/localhost.zone
Normal file
12
resources/chaosknoten/auth-dns/zones/localhost.zone
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
$ORIGIN localhost.
|
||||
$TTL 7200
|
||||
|
||||
@ 1D IN SOA @ root (
|
||||
42 ; serial (d. adams)
|
||||
3H ; refresh
|
||||
15M ; retry
|
||||
1W ; expiry
|
||||
1D ) ; minimum
|
||||
|
||||
1D IN NS @
|
||||
1D IN A 127.0.0.1
|
||||
Loading…
Add table
Add a link
Reference in a new issue