mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-21 23:23:13 +01:00
very small improvement of the DNS setup section.
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2180 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
7e47043523
commit
0ba0a9e468
@ -15,7 +15,7 @@
|
||||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<pubdate>2005-01-22</pubdate>
|
||||
<pubdate>2005-05-26</pubdate>
|
||||
|
||||
<copyright>
|
||||
<year>2001-2005</year>
|
||||
@ -1901,6 +1901,12 @@ ACCEPT net fw tcp ssh #SSH to the
|
||||
options {
|
||||
directory "/var/named";
|
||||
listen-on { 127.0.0.1 ; 192.0.2.177; };
|
||||
transfer-format many-answers;
|
||||
max-transfer-time-in 60;
|
||||
|
||||
allow-transfer {
|
||||
// Servers allowed to request zone tranfers
|
||||
<secondary NS IP>; };
|
||||
};
|
||||
|
||||
logging {
|
||||
@ -2014,7 +2020,6 @@ view "external" {
|
||||
type master;
|
||||
notify yes;
|
||||
allow-update {none; };
|
||||
allow-transfer { <secondary NS IP>; };
|
||||
file "ext/db.foobar";
|
||||
};
|
||||
|
||||
@ -2022,7 +2027,6 @@ view "external" {
|
||||
type master;
|
||||
notify yes;
|
||||
allow-update { none; };
|
||||
allow-transfer { <secondary NS IP>; };
|
||||
file "db.192.0.2.176";
|
||||
};
|
||||
|
||||
@ -2030,7 +2034,6 @@ view "external" {
|
||||
type master;
|
||||
notify yes;
|
||||
allow-update { none; };
|
||||
allow-transfer { <secondary NS IP>; };
|
||||
file "db.192.0.2.177";
|
||||
};
|
||||
|
||||
@ -2038,7 +2041,6 @@ view "external" {
|
||||
type master;
|
||||
notify yes;
|
||||
allow-update { none; };
|
||||
allow-transfer { <secondary NS IP>; };
|
||||
file "db.192.0.2.178";
|
||||
};
|
||||
|
||||
@ -2046,7 +2048,6 @@ view "external" {
|
||||
type master;
|
||||
notify yes;
|
||||
allow-update { none; };
|
||||
allow-transfer { <secondary NS IP>; };
|
||||
file "db.192.0.2.179";
|
||||
};
|
||||
};</programlisting>
|
||||
@ -2404,4 +2405,4 @@ foobar.net. 86400 IN A 192.0.2.177
|
||||
try</command></ulink></quote> command.</para>
|
||||
</caution>
|
||||
</section>
|
||||
</article>
|
||||
</article>
|
Loading…
Reference in New Issue
Block a user