mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-05-01 13:41:07 +03:00
+ client: Add a link to the list of known DNS providers to Upstream DNS settings
Closes #734
This commit is contained in:
parent
7d2df26335
commit
6ac9509d64
2 changed files with 13 additions and 1 deletions
client/src/components/Settings/Upstream
|
@ -4,6 +4,17 @@ import { Trans, withNamespaces } from 'react-i18next';
|
|||
|
||||
const Examples = props => (
|
||||
<div className="list leading-loose">
|
||||
<p>
|
||||
<Trans
|
||||
components={[
|
||||
<a href="https://kb.adguard.com/general/dns-providers" target="_blank" rel="noopener noreferrer" key="0">
|
||||
DNS providers
|
||||
</a>,
|
||||
]}
|
||||
>
|
||||
dns_providers
|
||||
</Trans>
|
||||
</p>
|
||||
<Trans>examples_title</Trans>:
|
||||
<ol className="leading-loose">
|
||||
<li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue