mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
test: fix zone file (#1112)
* test: fix zone file Add missing $TTL 3600 as the top. Recent change in Go DNS made this mandatory - old behavior wasn't standards compliant. * and here
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package test
|
||||
|
||||
const exampleOrg = `; example.org test file
|
||||
$TTL 3600
|
||||
example.org. IN SOA sns.dns.icann.org. noc.dns.icann.org. 2015082541 7200 3600 1209600 3600
|
||||
example.org. IN NS b.iana-servers.net.
|
||||
example.org. IN NS a.iana-servers.net.
|
||||
|
||||
Reference in New Issue
Block a user