19 lines
514 B
Plaintext
Executable File
19 lines
514 B
Plaintext
Executable File
$TTL 86400
|
|
|
|
@ IN SOA thelinuxpro.net. root.thelinuxpro.net. (
|
|
24042001 ; serial number YYMMDDNN
|
|
28800 ; Refresh
|
|
7200 ; Retry
|
|
864000 ; Expire
|
|
86400 ; Min TTL
|
|
)
|
|
;
|
|
NS ns1.thelinuxpro.net.
|
|
NS ns2.thelinuxpro.net.
|
|
TXT "The Linux Pro Net"
|
|
;
|
|
ns1 IN A 204.8.15.80
|
|
ns2 IN A 204.8.15.81
|
|
;
|
|
v IN A 204.8.15.80
|