Add argument --reuse-port for ss-local.

This commit is contained in:
Qiu Yuzhou
2017-12-05 14:39:20 +08:00
parent fafa9367da
commit 25d54f8d6b

View File

@ -55,6 +55,7 @@ func generateSSLocalLauchAgentPlist() -> Bool {
if enableVerboseMode {
arguments.append("-v")
}
arguments.append("--reuse-port")
// For a complete listing of the keys, see the launchd.plist manual page.
let dict: NSMutableDictionary = [