mirror of https://github.com/TildeNIC/.tilde.git
Updated DNS files
This commit is contained in:
parent
68a2b3498a
commit
b466412ee5
|
|
@ -0,0 +1,14 @@
|
|||
; BIND data file for thisisacompletelyrandomstring.tilde
|
||||
$TTL 604800
|
||||
@ IN SOA ns1.master.tilde. root.thisisacompletelyrandomstring.tilde. (
|
||||
2025082701 ; Serial
|
||||
604800 ; Refresh
|
||||
86400 ; Retry
|
||||
2419200 ; Expire
|
||||
604800 ) ; Negative Cache TTL
|
||||
;
|
||||
@ IN NS ns1.master.tilde.
|
||||
@ IN NS ns2.master.tilde.
|
||||
www IN CNAME thisisacompletelyrandomstring.tilde
|
||||
@ IN A
|
||||
* IN A
|
||||
|
|
@ -340,3 +340,8 @@ zone "tydes.tilde" {
|
|||
file "/etc/bind/db.tydes.tilde";
|
||||
};
|
||||
|
||||
zone "thisisacompletelyrandomstring.tilde" {
|
||||
type master;
|
||||
file "/etc/bind/db.thisisacompletelyrandomstring.tilde";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue