mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-21 22:28:34 -04:00
added CNAME RR for RT #153 regression test
This commit is contained in:
parent
6ad837a1ad
commit
eebcaeb6a0
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
||||
; SOFTWARE.
|
||||
|
||||
; $Id: secure.example.db.in,v 1.4 2000/06/22 21:51:51 tale Exp $
|
||||
; $Id: secure.example.db.in,v 1.5 2000/07/07 22:33:20 gson Exp $
|
||||
|
||||
$TTL 300 ; 5 minutes
|
||||
@ IN SOA mname1. . (
|
||||
|
|
@ -30,6 +30,7 @@ a A 10.0.0.1
|
|||
b A 10.0.0.2
|
||||
d A 10.0.0.4
|
||||
z A 10.0.0.26
|
||||
x CNAME a
|
||||
|
||||
private NS ns.private
|
||||
ns.private A 10.53.0.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue