Add argument --reuse-port for ss-local.
This commit is contained in:
@ -55,6 +55,7 @@ func generateSSLocalLauchAgentPlist() -> Bool {
|
|||||||
if enableVerboseMode {
|
if enableVerboseMode {
|
||||||
arguments.append("-v")
|
arguments.append("-v")
|
||||||
}
|
}
|
||||||
|
arguments.append("--reuse-port")
|
||||||
|
|
||||||
// For a complete listing of the keys, see the launchd.plist manual page.
|
// For a complete listing of the keys, see the launchd.plist manual page.
|
||||||
let dict: NSMutableDictionary = [
|
let dict: NSMutableDictionary = [
|
||||||
|
Reference in New Issue
Block a user