diff --git a/db.camelia.tilde b/db.camelia.tilde new file mode 100644 index 00000000..b3212196 --- /dev/null +++ b/db.camelia.tilde @@ -0,0 +1,14 @@ +; BIND data file for camelia.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.camelia.tilde. ( + 2025040801 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME camelia.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 24d1e5c1..515a035d 100644 --- a/named.conf.local +++ b/named.conf.local @@ -255,3 +255,8 @@ zone "next.tilde" { file "/etc/bind/db.next.tilde"; }; +zone "camelia.tilde" { + type master; + file "/etc/bind/db.camelia.tilde"; +}; +