25 lines
493 B
Plaintext
Executable File
25 lines
493 B
Plaintext
Executable File
$ORIGIN net.
|
|
$TTL 2m
|
|
|
|
thelinuxpro IN SOA ns1.thelinuxpro.net. root.thelinuxpro.net. (
|
|
24091501 ; 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
|
|
git IN A 204.8.15.81
|