Fix #453: Added upstream examples

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

View File

@@ -65,10 +65,10 @@ class Upstream extends Component {
<code>1.1.1.1</code> - { t('example_upstream_regular') }
</li>
<li>
<code>tls://1dot1dot1dot1.cloudflare-dns.com</code> - { t('example_upstream_dot') }
<code>tls://1dot1dot1dot1.cloudflare-dns.com</code> - <span dangerouslySetInnerHTML={{ __html: t('example_upstream_dot') }} />
</li>
<li>
<code>https://cloudflare-dns.com/dns-query</code> - { t('example_upstream_doh') }
<code>https://cloudflare-dns.com/dns-query</code> - <span dangerouslySetInnerHTML={{ __html: t('example_upstream_doh') }} />
</li>
<li>
<code>tcp://1.1.1.1</code> - { t('example_upstream_tcp') }