diff --git a/db.muesli.tilde b/db.muesli.tilde new file mode 100644 index 00000000..1795924d --- /dev/null +++ b/db.muesli.tilde @@ -0,0 +1,14 @@ +; BIND data file for muesli.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.muesli.tilde. ( + 2024071901 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME muesli.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 7fcd31ca..c2e45f60 100644 --- a/named.conf.local +++ b/named.conf.local @@ -110,3 +110,8 @@ zone "tade.tilde" { file "/etc/bind/db.tade.tilde"; }; +zone "muesli.tilde" { + type master; + file "/etc/bind/db.muesli.tilde"; +}; +