mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-25 22:45:46 +03:00
Update DNS
This commit is contained in:
parent
8315b46f30
commit
a7cf717116
1 changed files with 5 additions and 5 deletions
|
@ -8,10 +8,10 @@ const Examples = (props) => (
|
|||
<Trans>examples_title</Trans>:
|
||||
<ol className="leading-loose">
|
||||
<li>
|
||||
<code>94.140.14.14</code> - {props.t('example_upstream_regular')}
|
||||
<code>94.140.14.140</code> - {props.t('example_upstream_regular')}
|
||||
</li>
|
||||
<li>
|
||||
<code>tls://dns.adguard.com</code> –
|
||||
<code>tls://dns-unfiltered.adguard.com</code> –
|
||||
<span>
|
||||
<Trans
|
||||
components={[
|
||||
|
@ -30,7 +30,7 @@ const Examples = (props) => (
|
|||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<code>https://dns.adguard.com/dns-query</code> –
|
||||
<code>https://dns-unfiltered.adguard.com/dns-query</code> –
|
||||
<span>
|
||||
<Trans
|
||||
components={[
|
||||
|
@ -70,7 +70,7 @@ const Examples = (props) => (
|
|||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<code>tcp://94.140.14.14</code> – <Trans>example_upstream_tcp</Trans>
|
||||
<code>tcp://94.140.14.140</code> – <Trans>example_upstream_tcp</Trans>
|
||||
</li>
|
||||
<li>
|
||||
<code>sdns://...</code> –
|
||||
|
@ -108,7 +108,7 @@ const Examples = (props) => (
|
|||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<code>[/example.local/]94.140.14.14</code> –
|
||||
<code>[/example.local/]94.140.14.140</code> –
|
||||
<span>
|
||||
<Trans
|
||||
components={[
|
||||
|
|
Loading…
Reference in a new issue