pub-dns/primary/var/lib/bind/db.thelinuxpro.net

24 lines
471 B
Plaintext
Executable File

$ORIGIN net.
$TTL 2m
thelinuxpro IN SOA ns1.thelinuxpro.net. root.thelinuxpro.net. (
24052501 ; serial number YYMMDDNN
1h ; Refresh
15m ; Retry
10d ; Expire
1d ; Min TTL
)
;
IN NS ns1.thelinuxpro.net.
IN NS ns2.thelinuxpro.net.
IN TXT "The Linux Pro Net"
IN A 204.8.15.81
;
$ORIGIN thelinuxpro.net.
;
ns1 IN A 204.8.15.80
ns2 IN A 204.8.15.81
;
www IN A 204.8.15.81
v IN A 204.8.15.80