Merge pull request #154 in DNS/adguard-dns from fix/596 to master
* commit 'b74eded414cf3f31da6feb185619afab85233b5a': (34 commits) [change] control: fix issues from review [change] config: fix default upstreams list * client: typo * client: remove log * client: fix grammar [change] control: add upstreams validation before dns config test [change] control: add upstreams validation [change] control: update bootstrap DNS check * client: remove empty elements from upstream and bootstrap * client: locales and pass object to testUpstream [change] config, control, openapi: fix issues from reviw [fix] control: fix json decode for upstream config * client: upstream form [change] control, openapi: Handle upstreams test with JSON [change] upgrade_test: rework tests [change] upgrade_test: add test for upgrade [change] control: Remove unuseful check [change] control: Fix issues from review [change] dnsforward: Add comments for public fields [change] control: Handle upstream config with JSON ...
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
"no_settings": "No settings",
|
||||
"general_settings": "General settings",
|
||||
"upstream_dns": "Upstream DNS servers",
|
||||
"upstream_dns_hint": "If you keep this field empty, AdGuard Home will use <a href='https:\/\/1.1.1.1\/' target='_blank'>Cloudflare DNS<\/a> as an upstream. Use tls:\/\/ prefix for DNS over TLS servers.",
|
||||
"upstream_dns_hint": "If you keep this field empty, AdGuard Home will use <a href='https:\/\/1.1.1.1\/' target='_blank'>Cloudflare DNS<\/a> as an upstream.",
|
||||
"test_upstream_btn": "Test upstreams",
|
||||
"apply_btn": "Apply",
|
||||
"disabled_filtering_toast": "Disabled filtering",
|
||||
@@ -246,5 +246,8 @@
|
||||
"form_error_equal": "Shouldn't be equal",
|
||||
"form_error_password": "Password mismatched",
|
||||
"reset_settings": "Reset settings",
|
||||
"update_announcement": "AdGuard Home {{version}} is now available! <0>Click here<\/0> for more info."
|
||||
}
|
||||
"update_announcement": "AdGuard Home {{version}} is now available! <0>Click here</0> for more info.",
|
||||
"upstream_parallel": "Use parallel queries to speed up resolving by simultaneously querying all upstream servers",
|
||||
"bootstrap_dns": "Bootstrap DNS servers",
|
||||
"bootstrap_dns_desc": "Bootstrap DNS servers are used to resolve IP addresses of the DOH/DOT resolvers you specify as upstreams."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user