add thelinux.pro zone
This commit is contained in:
parent
37c4be3869
commit
71a57c326a
|
@ -0,0 +1,21 @@
|
||||||
|
$ORIGIN pro.
|
||||||
|
$TTL 2m
|
||||||
|
|
||||||
|
thelinux IN SOA ns1.thelinux.pro. root.thelinux.pro. (
|
||||||
|
24052501 ; serial number YYMMDDNN
|
||||||
|
1h ; Refresh
|
||||||
|
15m ; Retry
|
||||||
|
10d ; Expire
|
||||||
|
1d ; Min TTL
|
||||||
|
)
|
||||||
|
;
|
||||||
|
IN NS ns1.thelinux.pro.
|
||||||
|
IN NS ns2.thelinux.pro.
|
||||||
|
IN A 204.8.15.81
|
||||||
|
;
|
||||||
|
$ORIGIN thelinux.pro.
|
||||||
|
;
|
||||||
|
ns1 IN A 204.8.15.80
|
||||||
|
ns2 IN A 204.8.15.81
|
||||||
|
;
|
||||||
|
www IN A 204.8.15.81
|
Loading…
Reference in New Issue