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