Updated DNS files

This commit is contained in:
deepend 2025-01-16 18:24:02 -07:00
parent 504fbddd74
commit 0d5d8d4082
3 changed files with 21 additions and 2 deletions

14
db.david.tilde Normal file
View File

@ -0,0 +1,14 @@
; BIND data file for david.tilde
$TTL 604800
@ IN SOA ns1.master.tilde. root.david.tilde. (
2025011601 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns1.master.tilde.
@ IN NS ns2.master.tilde.
www IN CNAME david.tilde
@ IN A
* IN A

View File

@ -10,5 +10,5 @@ $TTL 604800
@ IN NS ns1.master.tilde. @ IN NS ns1.master.tilde.
@ IN NS ns2.master.tilde. @ IN NS ns2.master.tilde.
www IN CNAME hack.tilde www IN CNAME hack.tilde
@ IN A 66.68.8.8 @ IN A 1.1.1.1
* IN A 66.68.8.8 * IN A 1.1.1.1

View File

@ -175,3 +175,8 @@ zone "hack.tilde" {
file "/etc/bind/db.hack.tilde"; file "/etc/bind/db.hack.tilde";
}; };
zone "david.tilde" {
type master;
file "/etc/bind/db.david.tilde";
};