mirror of
https://github.com/bol-van/zapret.git
synced 2025-05-01 11:22:57 +03:00
init.d: fix local var name
This commit is contained in:
parent
1c1f259b39
commit
7f94f42b1d
@ -87,7 +87,7 @@ zapret_custom_firewall()
|
|||||||
|
|
||||||
zapret_custom_firewall_nft()
|
zapret_custom_firewall_nft()
|
||||||
{
|
{
|
||||||
local f4 f6 subnet
|
local f4 f6 subnets
|
||||||
local first_packets_only="$nft_connbytes 1-$NFQWS_MY1_PKT_OUT"
|
local first_packets_only="$nft_connbytes 1-$NFQWS_MY1_PKT_OUT"
|
||||||
|
|
||||||
[ "$DISABLE_IPV4" != 1 ] && {
|
[ "$DISABLE_IPV4" != 1 ] && {
|
||||||
|
@ -57,7 +57,7 @@ zapret_custom_firewall()
|
|||||||
|
|
||||||
zapret_custom_firewall_nft()
|
zapret_custom_firewall_nft()
|
||||||
{
|
{
|
||||||
local f4 f6 subnet
|
local f4 f6 subnets
|
||||||
|
|
||||||
[ "$DISABLE_IPV4" != 1 ] && {
|
[ "$DISABLE_IPV4" != 1 ] && {
|
||||||
make_comma_list subnets $TPWS_MY1_SUBNETS4
|
make_comma_list subnets $TPWS_MY1_SUBNETS4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user