fix origin
This commit is contained in:
parent
8f3d69ef56
commit
4d5e90bc46
|
@ -1,16 +1,19 @@
|
||||||
|
$ORIGIN net.
|
||||||
$TTL 2m
|
$TTL 2m
|
||||||
|
|
||||||
@ IN SOA thelinuxpro.net. root.thelinuxpro.net. (
|
thelinuxpro IN SOA ns1.thelinuxpro.net. root.thelinuxpro.net. (
|
||||||
24051501 ; serial number YYMMDDNN
|
24051502 ; serial number YYMMDDNN
|
||||||
1h ; Refresh
|
1h ; Refresh
|
||||||
15m ; Retry
|
15m ; Retry
|
||||||
10d ; Expire
|
10d ; Expire
|
||||||
1d ; Min TTL
|
1d ; Min TTL
|
||||||
)
|
)
|
||||||
;
|
;
|
||||||
NS ns1.thelinuxpro.net.
|
IN NS ns1.thelinuxpro.net.
|
||||||
NS ns2.thelinuxpro.net.
|
IN NS ns2.thelinuxpro.net.
|
||||||
TXT "The Linux Pro Net"
|
IN TXT "The Linux Pro Net"
|
||||||
|
;
|
||||||
|
$ORIGIN thelinuxpro.net.
|
||||||
;
|
;
|
||||||
ns1 IN A 204.8.15.80
|
ns1 IN A 204.8.15.80
|
||||||
ns2 IN A 204.8.15.81
|
ns2 IN A 204.8.15.81
|
||||||
|
|
Loading…
Reference in New Issue