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