21 lines
710 B
Plaintext
21 lines
710 B
Plaintext
$TTL 3600
|
|
$ORIGIN newdns.lab.
|
|
@ IN SOA ns01.newdns.lab. root.newdns.lab. (
|
|
2711201407 ; serial
|
|
3600 ; refresh (1 hour)
|
|
600 ; retry (10 minutes)
|
|
86400 ; expire (1 day)
|
|
600 ; minimum (10 minutes)
|
|
)
|
|
|
|
IN NS ns01.newdns.lab.
|
|
IN NS ns02.newdns.lab.
|
|
|
|
; DNS Servers
|
|
ns01 IN A 192.168.50.10
|
|
ns02 IN A 192.168.50.11
|
|
|
|
;www
|
|
www IN A 192.168.50.15
|
|
www IN A 192.168.50.20
|