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