ininitial froxlor commit;
'reverted' old-style update-process; removed billing-classes, -functions and -templates; some sql-fixes;
This commit is contained in:
21
templates/misc/configfiles/gentoo/bind/etc_bind_default.zone
Normal file
21
templates/misc/configfiles/gentoo/bind/etc_bind_default.zone
Normal file
@@ -0,0 +1,21 @@
|
||||
$TTL 1W
|
||||
@ IN SOA ns root (
|
||||
2004060501 ; serial
|
||||
8H ; refresh
|
||||
2H ; retry
|
||||
1W ; expiry
|
||||
11h) ; minimum
|
||||
|
||||
IN NS ns
|
||||
IN MX 10 mail
|
||||
|
||||
IN A <SERVERIP>
|
||||
IN MX 10 mail
|
||||
|
||||
* IN A <SERVERIP>
|
||||
IN MX 10 mail
|
||||
|
||||
ns IN A <SERVERIP>
|
||||
|
||||
mail IN A <SERVERIP>
|
||||
IN MX 10 mail
|
||||
Reference in New Issue
Block a user