diff --git a/db.gmac.tilde b/db.gmac.tilde new file mode 100644 index 00000000..32756c0b --- /dev/null +++ b/db.gmac.tilde @@ -0,0 +1,14 @@ +; BIND data file for gmac.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.gmac.tilde. ( + 2025120501 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME gmac.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index cc093c94..4110cb94 100644 --- a/named.conf.local +++ b/named.conf.local @@ -410,3 +410,8 @@ zone "cocaurhi.tilde" { file "/etc/bind/db.cocaurhi.tilde"; }; +zone "gmac.tilde" { + type master; + file "/etc/bind/db.gmac.tilde"; +}; +