diff --git a/db.best.tilde b/db.best.tilde new file mode 100644 index 00000000..99406d62 --- /dev/null +++ b/db.best.tilde @@ -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 \ No newline at end of file diff --git a/db.master.tilde b/db.master.tilde index 06ac1555..681644c8 100644 --- a/db.master.tilde +++ b/db.master.tilde @@ -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 \ No newline at end of file +ns2 IN AAAA 2607:5300:60:67b0:0:0:0:11 \ No newline at end of file diff --git a/named.conf.local b/named.conf.local index 9816ebf7..627cee18 100644 --- a/named.conf.local +++ b/named.conf.local @@ -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"; +};