Commit 1e0ae01b authored by Mygod's avatar Mygod

Fix inconsistency from #2423

parent 5a09d46f
......@@ -132,7 +132,7 @@ class ProxyInstance(val profile: Profile, private val route: String = profile.ro
}
// for UDP profile, it's only going to operate in UDP relay mode-only so this flag has no effect
if (profile.route == Acl.ALL || profile.route == Acl.BYPASS_LAN) cmd += "-D"
if (profile.route == Acl.ALL) cmd += "-D"
if (DataStore.tcpFastOpen) cmd += "--fast-open"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment