Florian Eitel
e1b3eb95ae
I can't run tests in travis and due to the bind9 dependency it's difficult to run on the local machine. Docker is tricky due to changing the nameserver to 127.0.0.1 but with the right parameter it works. There are still a handful of tests failing. I couldn't figure out why yet.
21 lines
441 B
Plaintext
21 lines
441 B
Plaintext
$ORIGIN .
|
|
$TTL 3600 ; 1 hour
|
|
nsupdate.info IN SOA ns1.nsupdate.info. root.nsupdate.info. (
|
|
2016081401 ; serial
|
|
7200 ; refresh (2 hours)
|
|
1800 ; retry (30 minutes)
|
|
604800 ; expire (1 week)
|
|
60 ; minimum (1 minute)
|
|
)
|
|
NS 127.0.0.1.
|
|
A 127.0.0.1
|
|
AAAA ::1
|
|
|
|
$ORIGIN nsupdate.info.
|
|
$TTL 3600 ; 1 hour
|
|
ipv4 A 127.0.0.1
|
|
ipv6 AAAA ::1
|
|
www A 127.0.0.1
|
|
AAAA ::1
|
|
A 127.0.0.1
|