Updated DNS files

This commit is contained in:
deepend 2025-06-14 00:14:01 -06:00
parent ca2f60070a
commit e905cd6fbb
2 changed files with 19 additions and 0 deletions

14
db.ibrahim.tilde Normal file
View File

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

View File

@ -300,3 +300,8 @@ zone "ralsei.tilde" {
file "/etc/bind/db.ralsei.tilde"; file "/etc/bind/db.ralsei.tilde";
}; };
zone "ibrahim.tilde" {
type master;
file "/etc/bind/db.ibrahim.tilde";
};