remove bad comments from custom scripts

This commit is contained in:
bol-van
2025-10-13 16:43:52 +03:00
parent a485030423
commit 845f4b43ef
2 changed files with 0 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ zapret_custom_daemons()
local opt="--qnum=$QNUM_DISCORD_MEDIA $NFQWS_OPT_DESYNC_DISCORD_MEDIA" local opt="--qnum=$QNUM_DISCORD_MEDIA $NFQWS_OPT_DESYNC_DISCORD_MEDIA"
do_nfqws $1 $DNUM_DISCORD_MEDIA "$opt" do_nfqws $1 $DNUM_DISCORD_MEDIA "$opt"
} }
# size = 156 (8 udp header + 148 payload) && payload starts with 0x01000000
zapret_custom_firewall() zapret_custom_firewall()
{ {
# $1 - 1 - run, 0 - stop # $1 - 1 - run, 0 - stop

View File

@@ -14,7 +14,6 @@ zapret_custom_daemons()
local opt="--qnum=$QNUM_STUN4ALL $NFQWS_OPT_DESYNC_STUN" local opt="--qnum=$QNUM_STUN4ALL $NFQWS_OPT_DESYNC_STUN"
do_nfqws $1 $DNUM_STUN4ALL "$opt" do_nfqws $1 $DNUM_STUN4ALL "$opt"
} }
# size = 156 (8 udp header + 148 payload) && payload starts with 0x01000000
zapret_custom_firewall() zapret_custom_firewall()
{ {
# $1 - 1 - run, 0 - stop # $1 - 1 - run, 0 - stop