mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-10 23:41:27 +00:00
2019-01-07
This commit is contained in:
@@ -19,7 +19,7 @@ mixbox|一款支持多平台,多架构的Shell工具箱|修复由于mbdb导致
|
|||||||
ngrok|轻量级的内网穿透工具||0.0.2|Ngrok|linux_arm,linux_mips
|
ngrok|轻量级的内网穿透工具||0.0.2|Ngrok|linux_arm,linux_mips
|
||||||
pptpd|简单但并不安全的VPN服务器||0.0.2|PPTPD|linux_arm,linux_mips,linux_x86_64
|
pptpd|简单但并不安全的VPN服务器||0.0.2|PPTPD|linux_arm,linux_mips,linux_x86_64
|
||||||
qiandao|koolshare merlin 自动签到程序||0.0.2|QianDao|linux_arm,linux_x86_64
|
qiandao|koolshare merlin 自动签到程序||0.0.2|QianDao|linux_arm,linux_x86_64
|
||||||
shadowsocks|最好的翻墙工具,没有之一,还可以加速国内外游戏|修复回国模式的未添加ipset规则的bug,修复其余设备运行模式一直显示科学上网的bug|0.0.7|ShadowSocks|linux_arm,linux_mips,linux_x86_64
|
shadowsocks|最好的翻墙工具,没有之一,还可以加速国内外游戏|1.修复回国模式的未添加ipset规则的bug,\n \ 2.修复其余设备运行模式一直显示科学上网的bug\n \ 3.修复vray配置文件安全方式为空时的错误|0.0.7|ShadowSocks|linux_arm,linux_mips,linux_x86_64
|
||||||
smartdns|DNS加速工具,从多个上游DNS服务器查询,避免DS污染|更新smartdns程序版本|0.0.3|SmartDNS|linux_arm,linux_mips,linux_x86_64
|
smartdns|DNS加速工具,从多个上游DNS服务器查询,避免DS污染|更新smartdns程序版本|0.0.3|SmartDNS|linux_arm,linux_mips,linux_x86_64
|
||||||
ssserver|快速搭建ss服务端程序||0.0.2|SSServer|linux_arm,linux_x86_64
|
ssserver|快速搭建ss服务端程序||0.0.2|SSServer|linux_arm,linux_x86_64
|
||||||
tinyproxy|轻量级的Http代理工具||0.0.2|TinyProxy|linux_arm,linux_mips,linux_x86_64
|
tinyproxy|轻量级的Http代理工具||0.0.2|TinyProxy|linux_arm,linux_mips,linux_x86_64
|
||||||
|
|||||||
@@ -5,5 +5,7 @@ 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="修复回国模式的未添加ipset规则的bug,修复其余设备运行模式一直显示科学上网的bug"
|
newinfo="1.修复回国模式的未添加ipset规则的bug,\n \
|
||||||
|
2.修复其余设备运行模式一直显示科学上网的bug\n \
|
||||||
|
3.修复vray配置文件安全方式为空时的错误"
|
||||||
version="0.0.7"
|
version="0.0.7"
|
||||||
|
|||||||
@@ -61,6 +61,7 @@ get_path(){
|
|||||||
# tcp和kcp下tlsSettings为null,ws和h2下tlsSettings
|
# tcp和kcp下tlsSettings为null,ws和h2下tlsSettings
|
||||||
[ -z "$ss_mux_enable" ] && local ss_mux_enable=true
|
[ -z "$ss_mux_enable" ] && local ss_mux_enable=true
|
||||||
[ -z "$ss_mux_concurrency" ] && local ss_mux_concurrency=8
|
[ -z "$ss_mux_concurrency" ] && local ss_mux_concurrency=8
|
||||||
|
[ "$ss_network_security" == "none" ] && ss_network_security=""
|
||||||
#if [ "$ss_network" == "ws" -o "$ss_network" == "h2" ];then
|
#if [ "$ss_network" == "ws" -o "$ss_network" == "h2" ];then
|
||||||
case "$ss_network_security" in
|
case "$ss_network_security" in
|
||||||
tls)
|
tls)
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user