From 0faaca12fcd92be9a4ea6d7a3ff1d42f2712da58 Mon Sep 17 00:00:00 2001 From: Ivan K Date: Wed, 12 Mar 2025 14:54:56 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81hore:=20remove=20tabs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- podkop/files/usr/bin/podkop | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/podkop/files/usr/bin/podkop b/podkop/files/usr/bin/podkop index 8c58c61..6b43622 100755 --- a/podkop/files/usr/bin/podkop +++ b/podkop/files/usr/bin/podkop @@ -547,16 +547,16 @@ add_socks5_for_section() { --arg section "$section" \ '.inbounds += [{ "tag": $tag, - "type": "mixed", - "listen": "0.0.0.0", + "type": "mixed", + "listen": "0.0.0.0", "listen_port": ($port|tonumber), - "set_system_proxy": false + "set_system_proxy": false }] | .route.rules += [{ "inbound": [$tag], "outbound": $section, "action": "route" - }]' $SING_BOX_CONFIG >/tmp/sing-box-config-tmp.json && mv /tmp/sing-box-config-tmp.json $SING_BOX_CONFIG + }]' $SING_BOX_CONFIG >/tmp/sing-box-config-tmp.json && mv /tmp/sing-box-config-tmp.json $SING_BOX_CONFIG } process_socks5() {