|
|
@@ -8,6 +8,7 @@ import (
|
|
|
"sync"
|
|
|
|
|
|
"github.com/sagernet/quic-go"
|
|
|
+ "github.com/sagernet/quic-go/http3"
|
|
|
"github.com/sagernet/sing-box/adapter"
|
|
|
"github.com/sagernet/sing-box/common/tls"
|
|
|
C "github.com/sagernet/sing-box/constant"
|
|
|
@@ -37,7 +38,7 @@ func NewClient(ctx context.Context, dialer N.Dialer, serverAddr M.Socksaddr, opt
|
|
|
DisablePathMTUDiscovery: !C.IsLinux && !C.IsWindows,
|
|
|
}
|
|
|
if len(tlsConfig.NextProtos()) == 0 {
|
|
|
- tlsConfig.SetNextProtos([]string{"h2", "http/1.1"})
|
|
|
+ tlsConfig.SetNextProtos([]string{http3.NextProtoH3})
|
|
|
}
|
|
|
return &Client{
|
|
|
ctx: ctx,
|