Commit 8539fed3 authored by Max Lv's avatar Max Lv

Revert the debug flag

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