Commit 0ca3d2c8 authored by Max Lv's avatar Max Lv

fix #463

parent 6725bcc8
...@@ -449,7 +449,7 @@ class ShadowsocksVpnService extends VpnService with BaseService { ...@@ -449,7 +449,7 @@ class ShadowsocksVpnService extends VpnService with BaseService {
+ "--loglevel 3") + "--loglevel 3")
.formatLocal(Locale.ENGLISH, .formatLocal(Locale.ENGLISH,
PRIVATE_VLAN.formatLocal(Locale.ENGLISH, "2"), PRIVATE_VLAN.formatLocal(Locale.ENGLISH, "2"),
config.localPort, fd, VPN_MTU, Path.BASE) config.localPort, fd, VPN_MTU)
if (config.isIpv6) if (config.isIpv6)
cmd += " --netif-ip6addr " + PRIVATE_VLAN6.formatLocal(Locale.ENGLISH, "2") cmd += " --netif-ip6addr " + PRIVATE_VLAN6.formatLocal(Locale.ENGLISH, "2")
......
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