1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-21 17:46:58 -05:00

feat: change ALPN of DNS over QUIC

This commit is contained in:
秋のかえで 2022-07-21 13:26:42 +00:00
parent 2614dd7383
commit e4cacab9d1

View File

@ -24,7 +24,7 @@ import (
// NextProtoDQ - During connection establishment, DNS/QUIC support is indicated // NextProtoDQ - During connection establishment, DNS/QUIC support is indicated
// by selecting the ALPN token "dq" in the crypto handshake. // by selecting the ALPN token "dq" in the crypto handshake.
const NextProtoDQ = "doq-i00" const NextProtoDQ = "doq"
const handshakeIdleTimeout = time.Second * 8 const handshakeIdleTimeout = time.Second * 8