Florian Eitel
a60f830927
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.
19 lines
422 B
Plaintext
19 lines
422 B
Plaintext
$ORIGIN .
|
|
$TTL 3600 ; 1 hour
|
|
tests.nsupdate.info IN SOA ns1.tests.nsupdate.info. root.tests.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 tests.nsupdate.info.
|
|
ipv4 A 1.2.3.4
|
|
ipv6 AAAA ::1
|
|
www A 1.2.3.4
|
|
AAAA ::1
|