mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-15 02:58:34 +05: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()
|
||||
{
|
||||
if [ "$1" = "1" ]; then
|
||||
echo "Adding ip$4tables rule for $3 : $2"
|
||||
echo "Inserting ip$4tables rule for $3 : $2"
|
||||
else
|
||||
echo "Deleting ip$4tables rule for $3 : $2"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user