[change] config, control, openapi: fix issues from reviw

This commit is contained in:
Aleksey Dmitrevskiy
2019-03-06 16:17:15 +03:00
parent ceaa1e4ebf
commit f2e547a54e
3 changed files with 20 additions and 32 deletions

View File

@@ -60,7 +60,7 @@ type dnsConfig struct {
UpstreamDNS []string `yaml:"upstream_dns"`
}
var defaultDNS = []string{"tls://1.1.1.1", "tls://1.0.0.1"}
var defaultDNS = []string{"https://dns.adguard.com/dns-query", "https://dns.cloudflare.com/dns-query"}
var defaultBootstrap = []string{"1.1.1.1"}
type tlsConfigSettings struct {