Added upstream examples

This commit is contained in:
Andrey Meshkov
2018-11-26 15:00:17 +03:00
parent a6c9210461
commit 939c902fb0
3 changed files with 26 additions and 4 deletions

View File

@@ -57,6 +57,24 @@ class Upstream extends Component {
</button>
</div>
</form>
<hr/>
<div className="list leading-loose">
<Trans>examples_title</Trans>:
<ol className="leading-loose">
<li>
<code>1.1.1.1</code> - { t('example_upstream_regular') }
</li>
<li>
<code>tls://1dot1dot1dot1.cloudflare-dns.com</code> - { t('example_upstream_dot') }
</li>
<li>
<code>https://cloudflare-dns.com/dns-query</code> - { t('example_upstream_doh') }
</li>
<li>
<code>tcp://1.1.1.1</code> - { t('example_upstream_tcp') }
</li>
</ol>
</div>
</div>
</div>
</Card>