mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-10 23:41:27 +00:00
回滚v2ray配置
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
* 我的博客:[Monlor's Blog](https://www.monlor.com)
|
* 我的博客:[Monlor's Blog](https://www.monlor.com)
|
||||||
* GitHub地址:[monlor/MIXBOX](https://github.com/monlor/MIXBOX)
|
* GitHub地址:[monlor/MIXBOX](https://github.com/monlor/MIXBOX)
|
||||||
|
|
||||||
**0.1.9.7以前的版本请手动更换下载源:`https://monlor.coding.net/p/mbfiles/d/mbfiles/git/raw/master`**
|
**0.1.9.7以前的版本请手动更换下载源:`https://monlor.coding.net/p/mbfiles/d/mbfiles/git/lfs/master`**
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -18,6 +18,7 @@
|
|||||||
* 更换gitee为默认源
|
* 更换gitee为默认源
|
||||||
* coding更换lfs储存方式的文件地址,导致工具箱下载源失效
|
* coding更换lfs储存方式的文件地址,导致工具箱下载源失效
|
||||||
* **注意安装命令已更换**
|
* **注意安装命令已更换**
|
||||||
|
* 回滚v2ray的sniff配置
|
||||||
|
|
||||||
|
|
||||||
* 2020-05-04
|
* 2020-05-04
|
||||||
|
|||||||
@@ -5,5 +5,5 @@ supports="linux_arm,linux_mips,linux_x86_64"
|
|||||||
openport="1"
|
openport="1"
|
||||||
backupfiles="config/ssserver.conf,config/sscontrol.conf,config/customize_black.conf,config/customize_white.conf"
|
backupfiles="config/ssserver.conf,config/sscontrol.conf,config/customize_black.conf,config/customize_white.conf"
|
||||||
appinfo="最好的翻墙工具,没有之一,还可以加速国内外游戏"
|
appinfo="最好的翻墙工具,没有之一,还可以加速国内外游戏"
|
||||||
newinfo="更新v2ray配置文件,inbound 和 inboundDetour 中增加 sniffing 配置"
|
newinfo="回滚v2ray配置"
|
||||||
version="0.1.7"
|
version="0.1.8"
|
||||||
|
|||||||
@@ -183,10 +183,6 @@ cat >> "$v2ray_config" <<-EOF
|
|||||||
"ip": "127.0.0.1",
|
"ip": "127.0.0.1",
|
||||||
"clients": null
|
"clients": null
|
||||||
},
|
},
|
||||||
"sniffing": {
|
|
||||||
"enabled": true,
|
|
||||||
"destOverride": ["http","tls"]
|
|
||||||
},
|
|
||||||
"streamSettings": null
|
"streamSettings": null
|
||||||
},
|
},
|
||||||
EOF
|
EOF
|
||||||
@@ -200,10 +196,6 @@ cat >> "$v2ray_config" <<-EOF
|
|||||||
"settings": {
|
"settings": {
|
||||||
"network": "tcp,udp",
|
"network": "tcp,udp",
|
||||||
"followRedirect": true
|
"followRedirect": true
|
||||||
},
|
|
||||||
"sniffing": {
|
|
||||||
"enabled": true,
|
|
||||||
"destOverride": ["http","tls"]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user