diff --git a/db.la.tilde b/db.la.tilde new file mode 100644 index 00000000..2751e2f4 --- /dev/null +++ b/db.la.tilde @@ -0,0 +1,14 @@ +; BIND data file for la.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.la.tilde. ( + 2024122601 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME la.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index e483bcdc..44c34548 100644 --- a/named.conf.local +++ b/named.conf.local @@ -160,3 +160,8 @@ zone "id.tilde" { file "/etc/bind/db.id.tilde"; }; +zone "la.tilde" { + type master; + file "/etc/bind/db.la.tilde"; +}; +