diff --git a/db.krish.tilde b/db.krish.tilde new file mode 100644 index 00000000..cb839ed0 --- /dev/null +++ b/db.krish.tilde @@ -0,0 +1,14 @@ +; BIND data file for krish.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.krish.tilde. ( + 2024032801 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME krish.tilde +@ IN A +* IN A diff --git a/db.xkrish.tilde b/db.xkrish.tilde new file mode 100644 index 00000000..cbdaabf5 --- /dev/null +++ b/db.xkrish.tilde @@ -0,0 +1,14 @@ +; BIND data file for xkrish.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.xkrish.tilde. ( + 2024032801 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME xkrish.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 722e051c..f096c4f7 100644 --- a/named.conf.local +++ b/named.conf.local @@ -40,3 +40,13 @@ zone "okgit.tilde" { file "/etc/bind/db.okgit.tilde"; }; +zone "krish.tilde" { + type master; + file "/etc/bind/db.krish.tilde"; +}; + +zone "xkrish.tilde" { + type master; + file "/etc/bind/db.xkrish.tilde"; +}; +