From 50d0a3f507d0bd5c90ad3b5f4efbd26c11c3f41d Mon Sep 17 00:00:00 2001 From: leavingme Date: Mon, 4 May 2020 00:20:32 +0800 Subject: [PATCH 1/4] Update general_v2ray_config.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit inbound 和 inboundDetour  增加 sniffing 配置项 --- apps/shadowsocks/scripts/general_v2ray_config.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/shadowsocks/scripts/general_v2ray_config.sh b/apps/shadowsocks/scripts/general_v2ray_config.sh index 1e58d71..2dba694 100644 --- a/apps/shadowsocks/scripts/general_v2ray_config.sh +++ b/apps/shadowsocks/scripts/general_v2ray_config.sh @@ -183,6 +183,10 @@ cat >> "$v2ray_config" <<-EOF "ip": "127.0.0.1", "clients": null }, + "sniffing": { + "enabled": true, + "destOverride": ["http","tls"] + }, "streamSettings": null }, EOF @@ -196,6 +200,10 @@ cat >> "$v2ray_config" <<-EOF "settings": { "network": "tcp,udp", "followRedirect": true + }, + "sniffing": { + "enabled": true, + "destOverride": ["http","tls"] } } ], From 89422ba68cc338e2d65d9a7c688c11080bc1a8e7 Mon Sep 17 00:00:00 2001 From: leavingme Date: Mon, 4 May 2020 21:45:27 +0800 Subject: [PATCH 2/4] =?UTF-8?q?inbound=20=E5=92=8C=20inboundDetour=20?= =?UTF-8?q?=E4=B8=AD=E5=A2=9E=E5=8A=A0=20sniffing=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/shadowsocks/config/shadowsocks.uci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/shadowsocks/config/shadowsocks.uci b/apps/shadowsocks/config/shadowsocks.uci index 73dfe99..5e9a3da 100644 --- a/apps/shadowsocks/config/shadowsocks.uci +++ b/apps/shadowsocks/config/shadowsocks.uci @@ -6,4 +6,4 @@ openport="1" backupfiles="config/ssserver.conf,config/sscontrol.conf,config/customize_black.conf,config/customize_white.conf" appinfo="最好的翻墙工具,没有之一,还可以加速国内外游戏" newinfo="v2ray软件源失效可用" -version="0.1.6" +version="0.1.7" From 1eb0e8945affdcd30ebbea82acc716f3ab908418 Mon Sep 17 00:00:00 2001 From: leavingme Date: Mon, 4 May 2020 21:55:30 +0800 Subject: [PATCH 3/4] =?UTF-8?q?inbound=20=E5=92=8C=20inboundDetour=20?= =?UTF-8?q?=E4=B8=AD=E5=A2=9E=E5=8A=A0=20sniffing=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 95716d2..395831c 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ ### 更新日志 +* 2020-05-04 + * 更新`v2ray`配置文件,inbound 和 inboundDetour 中增加 sniffing 配置 + + * 2020-04-26 * 优化工具箱离线使用 * `vsftpd`不能使用的用户可以尝试`entware`的方式启用 From 5d658a4fdefe323cfbd02c56d9886554706d93ec Mon Sep 17 00:00:00 2001 From: leavingme Date: Mon, 4 May 2020 22:07:10 +0800 Subject: [PATCH 4/4] =?UTF-8?q?inbound=20=E5=92=8C=20inboundDetour=20?= =?UTF-8?q?=E4=B8=AD=E5=A2=9E=E5=8A=A0=20sniffing=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/shadowsocks/config/shadowsocks.uci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/shadowsocks/config/shadowsocks.uci b/apps/shadowsocks/config/shadowsocks.uci index 5e9a3da..ef5d67f 100644 --- a/apps/shadowsocks/config/shadowsocks.uci +++ b/apps/shadowsocks/config/shadowsocks.uci @@ -5,5 +5,5 @@ supports="linux_arm,linux_mips,linux_x86_64" openport="1" backupfiles="config/ssserver.conf,config/sscontrol.conf,config/customize_black.conf,config/customize_white.conf" appinfo="最好的翻墙工具,没有之一,还可以加速国内外游戏" -newinfo="v2ray软件源失效可用" +newinfo="更新v2ray配置文件,inbound 和 inboundDetour 中增加 sniffing 配置" version="0.1.7"