diff --git a/db.mmotz.tilde b/db.mmotz.tilde new file mode 100644 index 00000000..7351de9d --- /dev/null +++ b/db.mmotz.tilde @@ -0,0 +1,14 @@ +; BIND data file for mmotz.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.mmotz.tilde. ( + 2026042401 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME mmotz.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 7713e836..46ca66c5 100644 --- a/named.conf.local +++ b/named.conf.local @@ -465,3 +465,8 @@ zone "motz.tilde" { file "/etc/bind/db.motz.tilde"; }; +zone "mmotz.tilde" { + type master; + file "/etc/bind/db.mmotz.tilde"; +}; +