Skip to content

Commit

Permalink
Merge pull request yanue#57 from snailbing/master
Browse files Browse the repository at this point in the history
shadowsocks导入时Mux默认为false
  • Loading branch information
yanue committed May 20, 2019
2 parents 7fd06e6 + 5ce5033 commit 4a777e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions V2rayU/Scanner.swift
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ class ImportUri {
ssServer.password = ss.password
ssServer.method = ss.method
v2ray.serverShadowsocks = ssServer
v2ray.enableMux = false
v2ray.serverProtocol = V2rayProtocolOutbound.shadowsocks.rawValue
// check is valid
v2ray.checkManualValid()
Expand Down

0 comments on commit 4a777e7

Please sign in to comment.