mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-05-02 14:10:29 +03:00
+ control, dns, client: add ability to set DNS upstream per domain
This commit is contained in:
parent
6f56eb4c12
commit
9ea5c1abe1
10 changed files with 200 additions and 49 deletions
client/src/components/Settings/Upstream
|
@ -21,6 +21,9 @@ const Examples = props => (
|
|||
<li>
|
||||
<code>sdns://...</code> - <span dangerouslySetInnerHTML={{ __html: props.t('example_upstream_sdns') }} />
|
||||
</li>
|
||||
<li>
|
||||
<code>[/host.com/]1.1.1.1</code> - <span dangerouslySetInnerHTML={{ __html: props.t('example_upstream_reserved') }} />
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue