Skip to content

Commit bc01afc

Browse files
authored
Fix a warning from sslocal logcat output (#3166)
1 parent 3e4d9e3 commit bc01afc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/src/main/java/com/github/shadowsocks/bg/ProxyInstance.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ class ProxyInstance(val profile: Profile, private val route: String = profile.ro
8585
config.put("plugin", path).put("plugin_opts", opts.toString())
8686
}
8787
config.put("dns", "system")
88+
config.put("mode", mode)
8889
config.put("locals", JSONArray().apply {
8990
// local SOCKS5 proxy
9091
put(JSONObject().apply {

0 commit comments

Comments
 (0)