Skip to content

Commit

Permalink
Refine #2571
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Dec 16, 2020
1 parent 1991e9c commit a4df741
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class ProxyInstance(val profile: Profile, private val route: String = profile.ro
File((service as Context).applicationInfo.nativeLibraryDir, Executable.SS_LOCAL).absolutePath,
"--stat-path", stat.absolutePath,
"-c", configFile.absolutePath,
"--udp-bind-addr", "127.0.0.1:1111",
"--udp-bind-addr", "${DataStore.listenAddress}:${DataStore.portProxy}",
)
if (service.isVpnService) cmd += arrayListOf("--vpn")
if (extraFlag != null) cmd.add(extraFlag)
Expand Down

0 comments on commit a4df741

Please sign in to comment.