diff --git a/db.nix.tilde b/db.nix.tilde index b2f28041..3e3174a7 100644 --- a/db.nix.tilde +++ b/db.nix.tilde @@ -10,5 +10,5 @@ $TTL 604800 @ IN NS ns1.master.tilde. @ IN NS ns2.master.tilde. www IN CNAME nix.tilde -@ IN A -* IN A +@ IN A 162.198.140.77 +* IN A 162.198.140.77 diff --git a/db.the.tilde b/db.the.tilde new file mode 100644 index 00000000..a9b521f0 --- /dev/null +++ b/db.the.tilde @@ -0,0 +1,14 @@ +; BIND data file for the.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.the.tilde. ( + 2025050901 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME the.tilde +@ IN A 162.198.140.77 +* IN A 162.198.140.77 diff --git a/db.www.tilde b/db.www.tilde new file mode 100644 index 00000000..458b2ded --- /dev/null +++ b/db.www.tilde @@ -0,0 +1,14 @@ +; BIND data file for www.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.www.tilde. ( + 2025050901 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME www.tilde +@ IN A 162.198.140.77 +* IN A 162.198.140.77 diff --git a/named.conf.local b/named.conf.local index e9a0f86c..892191ef 100644 --- a/named.conf.local +++ b/named.conf.local @@ -275,3 +275,13 @@ zone "nix.tilde" { file "/etc/bind/db.nix.tilde"; }; +zone "the.tilde" { + type master; + file "/etc/bind/db.the.tilde"; +}; + +zone "www.tilde" { + type master; + file "/etc/bind/db.www.tilde"; +}; +