We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e53d964 commit fbffc98Copy full SHA for fbffc98
core/src/main/java/com/github/shadowsocks/bg/BaseService.kt
@@ -244,7 +244,7 @@ object BaseService {
244
data.proxy!!.start(this,
245
File(Core.deviceStorage.noBackupFilesDir, "stat_main"),
246
File(configRoot, CONFIG_FILE),
247
- if (udpFallback == null) "-U" else null)
+ if (udpFallback == null && data.proxy?.plugin == null) "-U" else null)
248
if (udpFallback?.plugin != null) throw ExpectedExceptionWrapper(IllegalStateException(
249
"UDP fallback cannot have plugins"))
250
udpFallback?.start(this,
0 commit comments