Skip to content

Commit

Permalink
chore: delete DOQ meaningless ALPN
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyxim committed Jun 12, 2022
1 parent 85c37b4 commit f7481ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns/doq.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit f7481ec

Please sign in to comment.