diff --git a/db.lairland.tilde b/db.lairland.tilde new file mode 100644 index 00000000..a4d6d42e --- /dev/null +++ b/db.lairland.tilde @@ -0,0 +1,14 @@ +; BIND data file for lairland.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.lairland.tilde. ( + 2026041401 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME lairland.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 4118f376..1b31f5d6 100644 --- a/named.conf.local +++ b/named.conf.local @@ -455,3 +455,8 @@ zone "dessholiday.tilde" { file "/etc/bind/db.dessholiday.tilde"; }; +zone "lairland.tilde" { + type master; + file "/etc/bind/db.lairland.tilde"; +}; +