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