1
0
mirror of https://gitlab.com/shorewall/code.git synced 2025-07-15 05:45:38 +02:00

Correct typo in bridging document

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8279 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep
2008-03-11 18:41:43 +00:00
parent f87c478c83
commit a0b86bb207

@ -672,7 +672,7 @@ loc eth1 detect</programlisting></para>
<para><filename>/etc/shorewall/params</filename>:</para> <para><filename>/etc/shorewall/params</filename>:</para>
<programlisting>$SERVERS=192.0.2.177,192.0.2.178 #IP Addresses of hosts in the DMZ <programlisting>SERVERS=192.0.2.177,192.0.2.178 #IP Addresses of hosts in the DMZ
DMZ=pub:$SERVERS #Use in place of 'dmz' in rule DEST DMZ=pub:$SERVERS #Use in place of 'dmz' in rule DEST
NET=pub:!$SERVERS #Use in place of 'net' in rule DEST</programlisting> NET=pub:!$SERVERS #Use in place of 'net' in rule DEST</programlisting>