This commit is contained in:
creme 2019-08-16 21:16:20 +02:00
commit 81830c80be
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
3 changed files with 25 additions and 4 deletions

19
db.best.tilde Normal file
View File

@ -0,0 +1,19 @@
;
; BIND data file for best.tilde
;
$TTL 604802
@ IN SOA best.tilde. root.best.tilde. (
2019012303 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
IN A 51.15.111.54
;
IN NS ns1.master.tilde.
IN NS ns2.master.tilde.
IN NS ns5.master.tilde.
@ IN A 51.15.111.54
* IN A 51.15.111.54

View File

@ -12,13 +12,10 @@ $TTL 604802
;
IN NS ns1.master.tilde.
IN NS ns2.master.tilde.
IN NS ns5.master.tilde.
@ IN A 139.59.215.24
@ IN AAAA 2a03:b0c0:3:d0::d91:5001
ns1 IN A 139.59.215.24
ns1 IN AAAA 2a03:b0c0:3:d0::d91:5001
ns2 IN A 149.56.184.112
ns2 IN AAAA 2607:5300:60:67b0:0:0:0:11
ns5 IN A 172.106.88.122
ns5 IN AAAA 2602:ffc5:30::1:5a1f
ns2 IN AAAA 2607:5300:60:67b0:0:0:0:11

View File

@ -146,3 +146,8 @@ zone "global.tilde" {
type master;
file "/etc/bind/db.global.tilde";
};
zone "best.tilde" {
type master;
file "/etc/bind/db.best.tilde";
};