Updated DNS files

This commit is contained in:
deepend 2024-01-10 10:30:05 -07:00
parent e107958d93
commit 746b1f83e3
2 changed files with 19 additions and 0 deletions

14
db.ben.tilde Normal file
View File

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

View File

@ -15,3 +15,8 @@ zone "your.tilde" {
file "/etc/bind/db.your.tilde";
};
zone "ben.tilde" {
type master;
file "/etc/bind/db.ben.tilde";
};