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