mirror of
https://github.com/TildeNIC/.tilde.git
synced 2026-01-24 03:50:19 +00:00
Added your.tilde zone file
This commit is contained in:
16
db.your.tilde
Normal file
16
db.your.tilde
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
;
|
||||||
|
; BIND data file for your.tilde
|
||||||
|
;
|
||||||
|
$TTL 604802
|
||||||
|
@ IN SOA your.tilde. root.your.tilde. (
|
||||||
|
1 ; Serial
|
||||||
|
604800 ; Refresh
|
||||||
|
86400 ; Retry
|
||||||
|
2419200 ; Expire
|
||||||
|
604800 ) ; Negative Cache TTL
|
||||||
|
IN A 142.44.251.173
|
||||||
|
;
|
||||||
|
@ IN NS master.tilde.
|
||||||
|
@ IN NS tildedns.yourtilde.com.
|
||||||
|
@ IN A 142.44.251.173
|
||||||
|
mail IN A 142.44.251.173
|
||||||
@@ -17,11 +17,11 @@ zone "team.tilde" {
|
|||||||
};
|
};
|
||||||
|
|
||||||
zone "your.tilde" IN {
|
zone "your.tilde" IN {
|
||||||
type forward;
|
type master;
|
||||||
forwarders { 149.56.184.112; };
|
file "/etc/bind/db.your.tilde";
|
||||||
};
|
};
|
||||||
|
|
||||||
zone "chat.tilde" {
|
zone "chat.tilde" {
|
||||||
tpye master;
|
type master;
|
||||||
file "/etc/bind/db.chat.tilde";
|
file "/etc/bind/db.chat.tilde";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user