Adding net.tilde zone

This commit is contained in:
Ubergeek 2019-09-10 15:32:14 +00:00
parent 6adba0274f
commit 6d2ee277e3
2 changed files with 34 additions and 0 deletions

30
db.net.tilde Normal file
View File

@ -0,0 +1,30 @@
;
; BIND data file for net.tilde
;
$TTL 604802
@ IN SOA net.tilde. root.net.tilde. (
2019091001 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
IN A 10.0.0.5
;
IN NS ns1.master.tilde.
IN NS ns2.master.tilde.
@ IN A 10.0.0.1
* IN A 10.0.0.1
paranoid IN A 10.0.0.1
summit IN A 10.0.0.2
best IN A 10.0.0.3
thunix IN A 10.0.0.5
pink IN A 10.0.0.10
thebackupbox IN A 10.0.0.41
team IN A 10.0.0.48
radiofreqs IN A 10.0.0.73

View File

@ -121,3 +121,7 @@ zone "windows.tilde" {
file "/etc/bind/db.windows.tilde";
};
zone "net.tilde" {
type master;
file "/etc/bind/db.net.tilde";
};