mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 21:00:00 -04:00
Merge branch 'michal/fix-rare-allow-query-system-test-failures-v9_14' into 'v9_14'
[v9_14] Fix rare "allow-query" system test failures See merge request isc-projects/bind9!1876
This commit is contained in:
commit
e3a090e159
1 changed files with 3 additions and 3 deletions
|
|
@ -8,9 +8,9 @@
|
|||
; information regarding copyright ownership.
|
||||
|
||||
$TTL 300
|
||||
@ SOA ns1. hostmaster.localhost. 1 3600 1200 604800 3600
|
||||
NS ns1.
|
||||
ns1. A 10.53.0.1
|
||||
@ SOA a.root-servers.nil. hostmaster.localhost. 1 3600 1200 604800 3600
|
||||
NS a.root-servers.nil.
|
||||
a.root-servers.nil. A 10.53.0.1
|
||||
|
||||
normal.example. NS ns2.normal.example.
|
||||
ns2.normal.example. A 10.53.0.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue