Skip to content

Commit 8162d73

Browse files
committed
add auth_chain_b
1 parent c0f017f commit 8162d73

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

ShadowsocksX-NG/LaunchAgentUtils.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import Foundation
1010

11-
let SS_LOCAL_VERSION = "2.5.6.9.static"
11+
let SS_LOCAL_VERSION = "2.5.6.10.static"
1212
let PRIVOXY_VERSION = "3.0.26.static"
1313
let APP_SUPPORT_DIR = "/Library/Application Support/ShadowsocksX-NG/"
1414
let LAUNCH_AGENT_DIR = "/Library/LaunchAgents/"

ShadowsocksX-NG/PreferencesWindowController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ class PreferencesWindowController: NSWindowController
8181
"auth_aes128_sha1",
8282
"auth_aes128_md5",
8383
"auth_chain_a",
84+
"auth_chain_b",
8485
])
8586
ObfsTextField.addItems(withObjectValues: [
8687
"plain",

ShadowsocksX-NG/install_ss_local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
cd `dirname "${BASH_SOURCE[0]}"`
11-
ssLocalVersion=2.5.6.9.static
11+
ssLocalVersion=2.5.6.10.static
1212
mkdir -p "$HOME/Library/Application Support/ShadowsocksX-NG/ss-local-$ssLocalVersion"
1313
cp -f ss-local "$HOME/Library/Application Support/ShadowsocksX-NG/ss-local-$ssLocalVersion/"
1414
rm -f "$HOME/Library/Application Support/ShadowsocksX-NG/ss-local"

ShadowsocksX-NG/ss-local

-41.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)