From 5a52bedc6fd216780e6f667b7d11d76fb04f371d Mon Sep 17 00:00:00 2001 From: CodeRoK7 <58553260+CodeRoK7@users.noreply.github.com> Date: Tue, 30 Sep 2025 19:42:11 +0000 Subject: [PATCH] Fix fix --- universal_config_new_podkop.sh | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/universal_config_new_podkop.sh b/universal_config_new_podkop.sh index 068e29d..eaf1085 100644 --- a/universal_config_new_podkop.sh +++ b/universal_config_new_podkop.sh @@ -586,6 +586,33 @@ uci set dhcp.cfg01411c.strictorder='1' uci set dhcp.cfg01411c.filter_aaaa='1' uci commit dhcp +cat < /etc/sing-box/config.json +{ + "log": { + "disabled": true, + "level": "error" +}, +"inbounds": [ + { + "type": "tproxy", + "listen": "::", + "listen_port": 1100, + "sniff": false + } +], +"outbounds": [ + { + "type": "http", + "server": "127.0.0.1", + "server_port": 18080 + } +], +"route": { + "auto_detect_interface": true +} +} +EOF + echo "Setting sing-box..." uci set sing-box.main.enabled='1' uci set sing-box.main.user='root'