Skip to content

Commit

Permalink
Update stun_bt_lucky.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Oniicyan authored Aug 16, 2024
1 parent 991c87d commit 56990e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stun_bt_lucky.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ EOF
uci set firewall.${OWNNAME}_noft=include
uci set firewall.${OWNNAME}_noft.path=/tmp/${OWNNAME}_noft.sh
uci commit firewall
fw4 -q reload
fw4 -q reload >/dev/null
else
nft delete chain ip STUN BTTR_NOFT 2>/dev/null
rm /tmp/*_noft.sh 2>/dev/null
Expand Down Expand Up @@ -172,7 +172,7 @@ SETDNAT() {
RELOAD=1
fi
uci commit firewall
[ "$RELOAD" = 1 ] && fw4 -q reload
[ "$RELOAD" = 1 ] && fw4 -q reload >/dev/null
fi
}

Expand Down

0 comments on commit 56990e3

Please sign in to comment.