mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-26 12:10:53 +03:00
ipt.sh : print_opt adding => inserting
This commit is contained in:
parent
20e6ba721a
commit
f8ccb564ca
@ -134,7 +134,7 @@ unprepare_tpws_fw()
|
|||||||
ipt_print_op()
|
ipt_print_op()
|
||||||
{
|
{
|
||||||
if [ "$1" = "1" ]; then
|
if [ "$1" = "1" ]; then
|
||||||
echo "Adding ip$4tables rule for $3 : $2"
|
echo "Inserting ip$4tables rule for $3 : $2"
|
||||||
else
|
else
|
||||||
echo "Deleting ip$4tables rule for $3 : $2"
|
echo "Deleting ip$4tables rule for $3 : $2"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user