Upgrade simple-obfs to v0.0.5
This commit is contained in:
@ -10,7 +10,7 @@
|
|||||||
\pard\tx560\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0
|
\pard\tx560\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0
|
||||||
{\field{\*\fldinst{HYPERLINK "https://github.com/shadowsocks/kcptun"}}{\fldrslt \cf0 kcptun}} v20170718\
|
{\field{\*\fldinst{HYPERLINK "https://github.com/shadowsocks/kcptun"}}{\fldrslt \cf0 kcptun}} v20170718\
|
||||||
\pard\tx560\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0
|
\pard\tx560\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0
|
||||||
{\field{\*\fldinst{HYPERLINK "https://github.com/shadowsocks/simple-obfs"}}{\fldrslt \cf0 simple-obfs}} v0.0.2\
|
{\field{\*\fldinst{HYPERLINK "https://github.com/shadowsocks/simple-obfs"}}{\fldrslt \cf0 simple-obfs}} v0.0.5\
|
||||||
\pard\tx560\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0
|
\pard\tx560\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0
|
||||||
{\field{\*\fldinst{HYPERLINK "https://www.privoxy.org/"}}{\fldrslt \cf0 privoxy}} v3.0.26\
|
{\field{\*\fldinst{HYPERLINK "https://www.privoxy.org/"}}{\fldrslt \cf0 privoxy}} v3.0.26\
|
||||||
}
|
}
|
@ -11,7 +11,7 @@ import Foundation
|
|||||||
let SS_LOCAL_VERSION = "3.1.3"
|
let SS_LOCAL_VERSION = "3.1.3"
|
||||||
let KCPTUN_CLIENT_VERSION = "v20170718"
|
let KCPTUN_CLIENT_VERSION = "v20170718"
|
||||||
let PRIVOXY_VERSION = "3.0.26.static"
|
let PRIVOXY_VERSION = "3.0.26.static"
|
||||||
let SIMPLE_OBFS_VERSION = "0.0.2"
|
let SIMPLE_OBFS_VERSION = "0.0.5"
|
||||||
let APP_SUPPORT_DIR = "/Library/Application Support/ShadowsocksX-NG/"
|
let APP_SUPPORT_DIR = "/Library/Application Support/ShadowsocksX-NG/"
|
||||||
let LAUNCH_AGENT_DIR = "/Library/LaunchAgents/"
|
let LAUNCH_AGENT_DIR = "/Library/LaunchAgents/"
|
||||||
let LAUNCH_AGENT_CONF_SSLOCAL_NAME = "com.qiuyuzhou.shadowsocksX-NG.local.plist"
|
let LAUNCH_AGENT_CONF_SSLOCAL_NAME = "com.qiuyuzhou.shadowsocksX-NG.local.plist"
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
# v0.0.5 https://bintray.com/homebrew/bottles/simple-obfs
|
||||||
|
|
||||||
FILE_DIR=`dirname "${BASH_SOURCE[0]}"`
|
FILE_DIR=`dirname "${BASH_SOURCE[0]}"`
|
||||||
cd "$FILE_DIR"
|
cd "$FILE_DIR"
|
||||||
|
|
||||||
NGDir="$HOME/Library/Application Support/ShadowsocksX-NG"
|
NGDir="$HOME/Library/Application Support/ShadowsocksX-NG"
|
||||||
TargetDir="$NGDir/simple-obfs-0.0.2"
|
TargetDir="$NGDir/simple-obfs-0.0.5"
|
||||||
PluginDir="$NGDir/plugins"
|
PluginDir="$NGDir/plugins"
|
||||||
|
|
||||||
echo ngdir: ${NGDir}
|
echo ngdir: ${NGDir}
|
||||||
|
Binary file not shown.
Reference in New Issue
Block a user