diff --git a/db.david.tilde b/db.david.tilde new file mode 100644 index 00000000..9ba27a76 --- /dev/null +++ b/db.david.tilde @@ -0,0 +1,14 @@ +; BIND data file for david.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.david.tilde. ( + 2025011601 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME david.tilde +@ IN A +* IN A diff --git a/db.hack.tilde b/db.hack.tilde index 4c196542..da9688b4 100644 --- a/db.hack.tilde +++ b/db.hack.tilde @@ -10,5 +10,5 @@ $TTL 604800 @ IN NS ns1.master.tilde. @ IN NS ns2.master.tilde. www IN CNAME hack.tilde -@ IN A 66.68.8.8 -* IN A 66.68.8.8 +@ IN A 1.1.1.1 +* IN A 1.1.1.1 diff --git a/named.conf.local b/named.conf.local index 8959ee32..d6abcc36 100644 --- a/named.conf.local +++ b/named.conf.local @@ -175,3 +175,8 @@ zone "hack.tilde" { file "/etc/bind/db.hack.tilde"; }; +zone "david.tilde" { + type master; + file "/etc/bind/db.david.tilde"; +}; +