Unverified Commit 7131f5ca authored by Mygod's avatar Mygod Committed by GitHub

Use domain name as default value for remoteDns (#2166)

Works better under IPv6-only environments.
parent 9c280ca7
...@@ -54,7 +54,7 @@ data class Profile( ...@@ -54,7 +54,7 @@ data class Profile(
var password: String = "u1rRWTssNv0p", var password: String = "u1rRWTssNv0p",
var method: String = "aes-256-cfb", var method: String = "aes-256-cfb",
var route: String = "all", var route: String = "all",
var remoteDns: String = "8.8.8.8", var remoteDns: String = "dns.google",
var proxyApps: Boolean = false, var proxyApps: Boolean = false,
var bypass: Boolean = false, var bypass: Boolean = false,
var udpdns: Boolean = false, var udpdns: Boolean = false,
......
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