diff --git a/db.luckystar.tilde b/db.luckystar.tilde new file mode 100644 index 00000000..933bf894 --- /dev/null +++ b/db.luckystar.tilde @@ -0,0 +1,14 @@ +; BIND data file for luckystar.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.luckystar.tilde. ( + 2024050801 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME luckystar.tilde +@ IN A 216.225.196.128 +* IN A 216.225.196.128 diff --git a/named.conf.local b/named.conf.local index 31f91543..9720797b 100644 --- a/named.conf.local +++ b/named.conf.local @@ -90,3 +90,8 @@ zone "heplib.tilde" { file "/etc/bind/db.heplib.tilde"; }; +zone "luckystar.tilde" { + type master; + file "/etc/bind/db.luckystar.tilde"; +}; +