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