Updated DNS files

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

14
db.team.tilde Normal file
View File

@ -0,0 +1,14 @@
; BIND data file for team.tilde
$TTL 604800
@ IN SOA ns1.master.tilde. root.team.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 team.tilde
@ IN A 198.50.210.248
* IN A 198.50.210.248

View File

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