add http3 listener

This commit is contained in:
ginuerzh
2022-01-21 23:54:05 +08:00
parent 412ed7f218
commit a134026e76
7 changed files with 502 additions and 228 deletions

View File

@ -55,6 +55,7 @@ import (
_ "github.com/go-gost/gost/pkg/listener/ftcp"
_ "github.com/go-gost/gost/pkg/listener/http2"
_ "github.com/go-gost/gost/pkg/listener/http2/h2"
_ "github.com/go-gost/gost/pkg/listener/http3"
_ "github.com/go-gost/gost/pkg/listener/kcp"
_ "github.com/go-gost/gost/pkg/listener/obfs/http"
_ "github.com/go-gost/gost/pkg/listener/obfs/tls"