Updated DNS files

This commit is contained in:
deepend 2024-03-28 18:00:11 -06:00
parent 241d5cadd7
commit dc9488390c
3 changed files with 38 additions and 0 deletions

14
db.krish.tilde Normal file
View File

@ -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

14
db.xkrish.tilde Normal file
View File

@ -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

View File

@ -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";
};