fix origin

This commit is contained in:
Kameron Kenny 2024-05-15 18:48:56 -04:00
parent 8f3d69ef56
commit 4d5e90bc46
No known key found for this signature in database
GPG Key ID: E5006629839D2276
1 changed files with 12 additions and 9 deletions

View File

@ -1,16 +1,19 @@
$ORIGIN net.
$TTL 2m
@ IN SOA thelinuxpro.net. root.thelinuxpro.net. (
24051501 ; serial number YYMMDDNN
thelinuxpro IN SOA ns1.thelinuxpro.net. root.thelinuxpro.net. (
24051502 ; serial number YYMMDDNN
1h ; Refresh
15m ; Retry
10d ; Expire
1d ; Min TTL
)
;
NS ns1.thelinuxpro.net.
NS ns2.thelinuxpro.net.
TXT "The Linux Pro Net"
IN NS ns1.thelinuxpro.net.
IN NS ns2.thelinuxpro.net.
IN TXT "The Linux Pro Net"
;
$ORIGIN thelinuxpro.net.
;
ns1 IN A 204.8.15.80
ns2 IN A 204.8.15.81