diff --git a/db.markdriscoll.tilde b/db.markdriscoll.tilde new file mode 100644 index 00000000..2d6b013d --- /dev/null +++ b/db.markdriscoll.tilde @@ -0,0 +1,14 @@ +; BIND data file for markdriscoll.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.markdriscoll.tilde. ( + 2025051401 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME markdriscoll.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 892191ef..0bfef60a 100644 --- a/named.conf.local +++ b/named.conf.local @@ -285,3 +285,8 @@ zone "www.tilde" { file "/etc/bind/db.www.tilde"; }; +zone "markdriscoll.tilde" { + type master; + file "/etc/bind/db.markdriscoll.tilde"; +}; +