mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-12-20 00:50:06 +08:00
chore: delete DOQ meaningless ALPN
This commit is contained in:
parent
85c37b473a
commit
f7481ecadf
@ -131,7 +131,7 @@ func (dc *quicClient) openSession(ctx context.Context) (quic.Connection, error)
|
||||
tlsConfig := &tls.Config{
|
||||
InsecureSkipVerify: true,
|
||||
NextProtos: []string{
|
||||
"http/1.1", "h2", NextProtoDQ,
|
||||
NextProtoDQ,
|
||||
},
|
||||
SessionTicketsDisabled: false,
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user