mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-25 14:35:48 +03:00
+ client: change DNS settings text and examples to Quad9
This commit is contained in:
parent
d6d0d53761
commit
82d0c3047b
2 changed files with 6 additions and 6 deletions
|
@ -106,7 +106,7 @@
|
|||
"encryption_settings": "Encryption settings",
|
||||
"dhcp_settings": "DHCP 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.",
|
||||
"upstream_dns_hint": "If you keep this field empty, AdGuard Home will use <a href='https://www.quad9.net/' target='_blank'>Quad9</a> as an upstream.",
|
||||
"test_upstream_btn": "Test upstreams",
|
||||
"apply_btn": "Apply",
|
||||
"disabled_filtering_toast": "Disabled filtering",
|
||||
|
|
|
@ -23,10 +23,10 @@ const Examples = props => (
|
|||
<Trans>examples_title</Trans>:
|
||||
<ol className="leading-loose">
|
||||
<li>
|
||||
<code>1.1.1.1</code> - {props.t('example_upstream_regular')}
|
||||
<code>9.9.9.9</code> - {props.t('example_upstream_regular')}
|
||||
</li>
|
||||
<li>
|
||||
<code>tls://1dot1dot1dot1.cloudflare-dns.com</code> –
|
||||
<code>tls://dns.quad9.net</code> –
|
||||
<span>
|
||||
<Trans
|
||||
components={[
|
||||
|
@ -45,7 +45,7 @@ const Examples = props => (
|
|||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<code>https://cloudflare-dns.com/dns-query</code> –
|
||||
<code>https://dns.quad9.net/dns-query</code> –
|
||||
<span>
|
||||
<Trans
|
||||
components={[
|
||||
|
@ -64,7 +64,7 @@ const Examples = props => (
|
|||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<code>tcp://1.1.1.1</code> – <Trans>example_upstream_tcp</Trans>
|
||||
<code>tcp://9.9.9.9</code> – <Trans>example_upstream_tcp</Trans>
|
||||
</li>
|
||||
<li>
|
||||
<code>sdns://...</code> –
|
||||
|
@ -102,7 +102,7 @@ const Examples = props => (
|
|||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<code>[/example.local/]1.1.1.1</code> –
|
||||
<code>[/example.local/]9.9.9.9</code> –
|
||||
<span>
|
||||
<Trans
|
||||
components={[
|
||||
|
|
Loading…
Reference in a new issue