fix
This commit is contained in:
parent
1295ad7505
commit
799ddabe77
10
firewall2.sh
10
firewall2.sh
@ -60,11 +60,11 @@ ipBlockParser(){
|
||||
}
|
||||
|
||||
portOpenParser(){
|
||||
$NFT_TCP $i ct count 50 $NFT_ACCEPT
|
||||
$NFT_UDP $i ct count 50 $NFT_ACCEPT
|
||||
$NFT6_TCP $i ct count 50 $NFT_ACCEPT
|
||||
$NFT6_UDP $i ct count 50 $NFT_ACCEPT
|
||||
}
|
||||
$NFT_TCP $i ct count 75 $NFT_ACCEPT
|
||||
$NFT_UDP $i ct count 75 $NFT_ACCEPT
|
||||
$NFT6_TCP $i ct count 75 $NFT_ACCEPT
|
||||
$NFT6_UDP $i ct count 75 $NFT_ACCEPT
|
||||
|
||||
|
||||
ipDeleteParser(){
|
||||
if [[ "$1" == *":"* ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user