add thelinux.pro zone

This commit is contained in:
Kameron Kenny - pi501 2024-05-25 14:21:08 -04:00
parent 37c4be3869
commit 71a57c326a
1 changed files with 21 additions and 0 deletions

View File

@ -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