mirror of
https://github.com/TildeNIC/.tilde.git
synced 2026-01-24 12:00:19 +00:00
Updated DNS files
This commit is contained in:
@@ -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";
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|||||||
2
webchangelog.log
Normal file
2
webchangelog.log
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user