mirror of https://github.com/TildeNIC/.tilde.git
Updated DNS files
This commit is contained in:
parent
394675fad4
commit
1dd44a419f
|
@ -1,14 +0,0 @@
|
||||||
; BIND data file for stuff.tilde
|
|
||||||
$TTL 604800
|
|
||||||
@ IN SOA ns1.master.tilde. root.stuff.tilde. (
|
|
||||||
2024010901 ; Serial
|
|
||||||
604800 ; Refresh
|
|
||||||
86400 ; Retry
|
|
||||||
2419200 ; Expire
|
|
||||||
604800 ) ; Negative Cache TTL
|
|
||||||
;
|
|
||||||
@ IN NS ns1.master.tilde.
|
|
||||||
@ IN NS ns2.master.tilde.
|
|
||||||
www IN CNAME stuff.tilde
|
|
||||||
@ IN A
|
|
||||||
* IN A
|
|
|
@ -15,8 +15,3 @@ zone "your.tilde" {
|
||||||
file "/etc/bind/db.your.tilde";
|
file "/etc/bind/db.your.tilde";
|
||||||
};
|
};
|
||||||
|
|
||||||
zone "stuff.tilde" {
|
|
||||||
type master;
|
|
||||||
file "/etc/bind/db.stuff.tilde";
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
2024-01-09 15:05:10 - Updated named.conf.local
|
||||||
|
2024-01-09 15:05:10 - Deleted orphaned DNS file: db.stuff.tilde
|
Loading…
Reference in New Issue