mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-26 00:30:05 -04:00
use an example domain
This commit is contained in:
parent
eb6d02fbe5
commit
b026663c62
1 changed files with 3 additions and 3 deletions
|
|
@ -16,6 +16,6 @@ $TTL 300 ; 5 minutes
|
|||
3600 ; minimum (1 hour)
|
||||
)
|
||||
NS ns
|
||||
ns A ch-addr.net. 1001
|
||||
test A ch-addr.net. 1002
|
||||
A ch-addr.net. 1003
|
||||
ns A ch-addr.example. 1001
|
||||
test A ch-addr.example. 1002
|
||||
A ch-addr.example. 1003
|
||||
|
|
|
|||
Loading…
Reference in a new issue