pub-dns/primary/var/lib/bind/db.thelinux.pro

22 lines
523 B
Prolog
Executable File

$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