forked from extern/shorewall_code
Merge branch 'master' into 4.5.7
This commit is contained in:
commit
a789b18615
@ -177,6 +177,8 @@ sub process_one_masq( )
|
|||||||
|
|
||||||
if ( $addresses =~ /^SAME/ ) {
|
if ( $addresses =~ /^SAME/ ) {
|
||||||
fatal_error "The SAME target is no longer supported";
|
fatal_error "The SAME target is no longer supported";
|
||||||
|
} elsif ( $addresses eq 'CONTINUE' ) {
|
||||||
|
$target = 'ACCEPT';
|
||||||
} elsif ( $addresses eq 'detect' ) {
|
} elsif ( $addresses eq 'detect' ) {
|
||||||
my $variable = get_interface_address $interface;
|
my $variable = get_interface_address $interface;
|
||||||
$target = "SNAT --to-source $variable";
|
$target = "SNAT --to-source $variable";
|
||||||
|
@ -720,7 +720,7 @@ net all DROP info</programlisting>then the chain name is 'net2all'
|
|||||||
<para>Added in Shorewall 4.5.4. Specifies the pathname of the
|
<para>Added in Shorewall 4.5.4. Specifies the pathname of the
|
||||||
directory containing the <firstterm>GeoIP Match</firstterm>
|
directory containing the <firstterm>GeoIP Match</firstterm>
|
||||||
database. See <ulink
|
database. See <ulink
|
||||||
url="http://www.shorewall.net/ISOCODES.html">http://www.shorewall.net/ISOCODES.html</ulink>.
|
url="http://www.shorewall.net/ISO-3661.html">http://www.shorewall.net/ISO-3661.html</ulink>.
|
||||||
If not specified, the default value is
|
If not specified, the default value is
|
||||||
<filename>/usr/share/xt_geoip/LE</filename> which is the default
|
<filename>/usr/share/xt_geoip/LE</filename> which is the default
|
||||||
location of the little-endian database.</para>
|
location of the little-endian database.</para>
|
||||||
|
@ -629,7 +629,7 @@ net all DROP info</programlisting>then the chain name is 'net2all'
|
|||||||
<para>Added in Shorewall 4.5.4. Specifies the pathname of the
|
<para>Added in Shorewall 4.5.4. Specifies the pathname of the
|
||||||
directory containing the <firstterm>GeoIP Match</firstterm>
|
directory containing the <firstterm>GeoIP Match</firstterm>
|
||||||
database. See <ulink
|
database. See <ulink
|
||||||
url="http://www.shorewall.net/ISOCODES.html">http://www.shorewall.net/ISOCODES.html</ulink>.
|
url="http://www.shorewall.net/ISO-3661.html">http://www.shorewall.net/ISO-3661.html</ulink>.
|
||||||
If not specified, the default value is
|
If not specified, the default value is
|
||||||
<filename>/usr/share/xt_geoip/LE</filename> which is the default
|
<filename>/usr/share/xt_geoip/LE</filename> which is the default
|
||||||
location of the little-endian database.</para>
|
location of the little-endian database.</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user