mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 01:42:07 -04:00
chain: change nameserver name so that the delegation matches
This commit is contained in:
parent
524c1317f7
commit
848e42227e
1 changed files with 3 additions and 2 deletions
|
|
@ -7,9 +7,10 @@
|
|||
; See the COPYRIGHT file distributed with this work for additional
|
||||
; information regarding copyright ownership.
|
||||
|
||||
@ 86400 SOA ns2.nil. hostmaster.ns2.nil. 0 1 1 1 1
|
||||
@ 86400 NS ns2.nil.
|
||||
@ 86400 SOA ns2.domain0.nil. hostmaster.ns2.nil. 0 1 1 1 1
|
||||
@ 86400 NS ns2.domain0.nil.
|
||||
ns2 86400 A 10.53.0.2
|
||||
ns2 86400 AAAA fd92:7065:b8e:ffff::2
|
||||
|
||||
@ 86400 A 1.2.3.4
|
||||
@ 86400 AAAA 1:2:3::4
|
||||
|
|
|
|||
Loading…
Reference in a new issue