Commit 68490279 authored by Max Lv's avatar Max Lv

Fix #2168

parent 7131f5ca
......@@ -209,7 +209,7 @@ class VpnService : BaseVpnService(), LocalDnsService.Interface {
"--tunmtu", VPN_MTU.toString(),
"--sock-path", "sock_path",
"--dnsgw", "127.0.0.1:${DataStore.portLocalDns}",
"--loglevel", "3")
"--loglevel", "warning")
if (profile.ipv6) {
cmd += "--netif-ip6addr"
cmd += PRIVATE_VLAN6_ROUTER
......
Subproject commit ba4c45d6b4d30fd6b2557e92a770ccae12ec9257
Subproject commit b0c4d28e7406eb35a5708bf57683578ba82b11e6
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