+ client: Add experimental DNS-over-QUIC support

This commit is contained in:
ArtemBaskal
2020-09-07 13:50:03 +03:00
parent 8dc0108868
commit 14bc5297ac
8 changed files with 70 additions and 3 deletions

View File

@@ -63,6 +63,25 @@ const Examples = (props) => (
</Trans>
</span>
</li>
<li>
<code>quic://dns-unfiltered.adguard.com:784</code> &nbsp;
<span>
<Trans
components={[
<a
href="https://wikipedia.org/wiki/QUIC"
target="_blank"
rel="noopener noreferrer"
key="0"
>
DNS-over-QUIC
</a>,
]}
>
example_upstream_doq
</Trans>
</span>
</li>
<li>
<code>tcp://9.9.9.9</code> <Trans>example_upstream_tcp</Trans>
</li>