diff --git a/db.tydes.tilde b/db.tydes.tilde new file mode 100644 index 00000000..36f1f642 --- /dev/null +++ b/db.tydes.tilde @@ -0,0 +1,14 @@ +; BIND data file for tydes.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.tydes.tilde. ( + 2025081501 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME tydes.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index b132ab99..43763025 100644 --- a/named.conf.local +++ b/named.conf.local @@ -335,3 +335,8 @@ zone "testai.tilde" { file "/etc/bind/db.testai.tilde"; }; +zone "tydes.tilde" { + type master; + file "/etc/bind/db.tydes.tilde"; +}; +