mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-22 13:05:36 +03:00
Update DNS examples
This commit is contained in:
parent
3a96fdd01b
commit
8315b46f30
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>9.9.9.9</code> - {props.t('example_upstream_regular')}
|
||||
<code>94.140.14.14</code> - {props.t('example_upstream_regular')}
|
||||
</li>
|
||||
<li>
|
||||
<code>tls://dns.quad9.net</code> –
|
||||
<code>tls://dns.adguard.com</code> –
|
||||
<span>
|
||||
<Trans
|
||||
components={[
|
||||
|
@ -30,7 +30,7 @@ const Examples = (props) => (
|
|||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<code>https://dns.quad9.net/dns-query</code> –
|
||||
<code>https://dns.adguard.com/dns-query</code> –
|
||||
<span>
|
||||
<Trans
|
||||
components={[
|
||||
|
@ -70,7 +70,7 @@ const Examples = (props) => (
|
|||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<code>tcp://9.9.9.9</code> – <Trans>example_upstream_tcp</Trans>
|
||||
<code>tcp://94.140.14.14</code> – <Trans>example_upstream_tcp</Trans>
|
||||
</li>
|
||||
<li>
|
||||
<code>sdns://...</code> –
|
||||
|
@ -108,7 +108,7 @@ const Examples = (props) => (
|
|||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<code>[/example.local/]9.9.9.9</code> –
|
||||
<code>[/example.local/]94.140.14.14</code> –
|
||||
<span>
|
||||
<Trans
|
||||
components={[
|
||||
|
|
Loading…
Reference in a new issue