mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 23:25:38 +00:00
adjust test to account for blank owner after origin now being rejected
This commit is contained in:
@@ -5,7 +5,6 @@ a.include. 300 IN A 10.0.0.99
|
|||||||
a.a.include. 300 IN A 10.0.1.1
|
a.a.include. 300 IN A 10.0.1.1
|
||||||
b.foo.a.include. 300 IN A 10.0.2.2
|
b.foo.a.include. 300 IN A 10.0.2.2
|
||||||
b.include. 300 IN A 10.0.0.2
|
b.include. 300 IN A 10.0.0.2
|
||||||
b.include. 300 IN A 10.0.0.99
|
|
||||||
a.b.include. 300 IN A 10.0.1.1
|
a.b.include. 300 IN A 10.0.1.1
|
||||||
c.b.include. 300 IN A 10.0.0.3
|
c.b.include. 300 IN A 10.0.0.3
|
||||||
b.foo.b.include. 300 IN A 10.0.2.2
|
b.foo.b.include. 300 IN A 10.0.2.2
|
||||||
|
@@ -37,5 +37,5 @@ b A 10.0.0.2
|
|||||||
$ORIGIN b
|
$ORIGIN b
|
||||||
$INCLUDE sub.db
|
$INCLUDE sub.db
|
||||||
; use the current domain name
|
; use the current domain name
|
||||||
A 10.0.0.99
|
; A 10.0.0.99
|
||||||
c A 10.0.0.3
|
c A 10.0.0.3
|
||||||
|
Reference in New Issue
Block a user