Commit a494f56c authored by Mygod's avatar Mygod

Refine #1148

parent a433822d
...@@ -342,13 +342,11 @@ trait BaseService extends Service { ...@@ -342,13 +342,11 @@ trait BaseService extends Service {
.put("Name", name) .put("Name", name)
.put("Address", address + ":53") .put("Address", address + ":53")
.put("Timeout", 6) .put("Timeout", 6)
.put("EDNSClientSubnet", new JSONObject().put("Policy", "disable"))
if (edns) dns if (edns) dns
.put("Protocol", "tcp") .put("Protocol", "tcp")
.put("Socks5Address", "127.0.0.1:" + profile.localPort) .put("Socks5Address", "127.0.0.1:" + profile.localPort)
.put("EDNSClientSubnet", new JSONObject().put("Policy", "disable")) else dns.put("Protocol", "udp")
else dns
.put("Protocol", "udp")
.put("EDNSClientSubnet", new JSONObject().put("Policy", "disable"))
dns dns
} }
profile.route match { profile.route match {
......
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