add dns listener

This commit is contained in:
ginuerzh
2021-12-21 21:54:33 +08:00
parent e21c35a47f
commit 8600ee7c5d
6 changed files with 377 additions and 3 deletions

View File

@ -48,6 +48,7 @@ import (
_ "github.com/go-gost/gost/pkg/handler/tun"
// Register listeners
_ "github.com/go-gost/gost/pkg/listener/dns"
_ "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"