From 845f4b43efee4fad7456796f9f5bc85d79bcc266 Mon Sep 17 00:00:00 2001 From: bol-van Date: Mon, 13 Oct 2025 16:43:52 +0300 Subject: [PATCH] remove bad comments from custom scripts --- init.d/custom.d.examples.linux/50-discord-media | 1 - init.d/custom.d.examples.linux/50-stun4all | 1 - 2 files changed, 2 deletions(-) diff --git a/init.d/custom.d.examples.linux/50-discord-media b/init.d/custom.d.examples.linux/50-discord-media index 37d16e9d..2601bcbc 100644 --- a/init.d/custom.d.examples.linux/50-discord-media +++ b/init.d/custom.d.examples.linux/50-discord-media @@ -15,7 +15,6 @@ zapret_custom_daemons() local opt="--qnum=$QNUM_DISCORD_MEDIA $NFQWS_OPT_DESYNC_DISCORD_MEDIA" do_nfqws $1 $DNUM_DISCORD_MEDIA "$opt" } -# size = 156 (8 udp header + 148 payload) && payload starts with 0x01000000 zapret_custom_firewall() { # $1 - 1 - run, 0 - stop diff --git a/init.d/custom.d.examples.linux/50-stun4all b/init.d/custom.d.examples.linux/50-stun4all index 6e5a35cd..2969c30d 100644 --- a/init.d/custom.d.examples.linux/50-stun4all +++ b/init.d/custom.d.examples.linux/50-stun4all @@ -14,7 +14,6 @@ zapret_custom_daemons() local opt="--qnum=$QNUM_STUN4ALL $NFQWS_OPT_DESYNC_STUN" do_nfqws $1 $DNUM_STUN4ALL "$opt" } -# size = 156 (8 udp header + 148 payload) && payload starts with 0x01000000 zapret_custom_firewall() { # $1 - 1 - run, 0 - stop