Enable ss-local verbose mode.
This commit is contained in:
@ -32,7 +32,7 @@ func generateSSLocalLauchAgentPlist() -> Bool {
|
||||
|
||||
let enableUdpRelay = NSUserDefaults.standardUserDefaults().boolForKey("LocalSocks5.EnableUDPRelay")
|
||||
|
||||
var arguments = [sslocalPath, "-c", "ss-local-config.json"]
|
||||
var arguments = [sslocalPath, "-v", "-c", "ss-local-config.json"]
|
||||
if enableUdpRelay {
|
||||
arguments.append("-u")
|
||||
}
|
||||
|
Reference in New Issue
Block a user