Skip to content

Commit

Permalink
Pull request: + client: Update dns examples
Browse files Browse the repository at this point in the history
Merge in DNS/adguard-home from client/update-dns-examples to master

* commit 'a7cf717116a78dbbad086ec149584c7f3c45d33f':
  Update DNS
  Update DNS examples
  • Loading branch information
ameshkov committed Oct 15, 2020
2 parents 3a96fdd + a7cf717 commit 345a97c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions client/src/components/Settings/Dns/Upstream/Examples.js
Expand Up @@ -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.140</code> - {props.t('example_upstream_regular')}
</li>
<li>
<code>tls://dns.quad9.net</code> –&nbsp;
<code>tls://dns-unfiltered.adguard.com</code> –&nbsp;
<span>
<Trans
components={[
Expand All @@ -30,7 +30,7 @@ const Examples = (props) => (
</span>
</li>
<li>
<code>https://dns.quad9.net/dns-query</code> –&nbsp;
<code>https://dns-unfiltered.adguard.com/dns-query</code> –&nbsp;
<span>
<Trans
components={[
Expand Down Expand Up @@ -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.140</code><Trans>example_upstream_tcp</Trans>
</li>
<li>
<code>sdns://...</code> –&nbsp;
Expand Down Expand Up @@ -108,7 +108,7 @@ const Examples = (props) => (
</span>
</li>
<li>
<code>[/example.local/]9.9.9.9</code> –&nbsp;
<code>[/example.local/]94.140.14.140</code> –&nbsp;
<span>
<Trans
components={[
Expand Down

0 comments on commit 345a97c

Please sign in to comment.