mirror of
https://github.com/TildeNIC/.tilde.git
synced 2026-01-24 12:00:19 +00:00
Adding net.tilde zone
This commit is contained in:
30
db.net.tilde
Normal file
30
db.net.tilde
Normal 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
|
||||||
@@ -121,3 +121,7 @@ zone "windows.tilde" {
|
|||||||
file "/etc/bind/db.windows.tilde";
|
file "/etc/bind/db.windows.tilde";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zone "net.tilde" {
|
||||||
|
type master;
|
||||||
|
file "/etc/bind/db.net.tilde";
|
||||||
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user