Commit 5370ff6a authored by Max Lv's avatar Max Lv

Reset connections properly

parent a255bc95
...@@ -208,7 +208,7 @@ class VpnService : BaseVpnService(), LocalDnsService.Interface { ...@@ -208,7 +208,7 @@ class VpnService : BaseVpnService(), LocalDnsService.Interface {
"--tunmtu", VPN_MTU.toString(), "--tunmtu", VPN_MTU.toString(),
"--sock-path", "sock_path", "--sock-path", "sock_path",
"--dnsgw", "127.0.0.1:${DataStore.portLocalDns}", "--dnsgw", "127.0.0.1:${DataStore.portLocalDns}",
"--loglevel", "warning") "--loglevel", "debug")
if (profile.ipv6) { if (profile.ipv6) {
cmd += "--netif-ip6addr" cmd += "--netif-ip6addr"
cmd += PRIVATE_VLAN6_ROUTER cmd += PRIVATE_VLAN6_ROUTER
......
Subproject commit 71cb51abd72e6c26b9ddecaf4bf7a3e3c764c8ee Subproject commit 9b09e35b24201cde463cc4657db8b112870d03b5
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