add tcp redirect

This commit is contained in:
ginuerzh
2021-11-26 20:00:23 +08:00
parent efbabd4052
commit 15a68623ab
5 changed files with 189 additions and 0 deletions

View File

@ -20,6 +20,7 @@ import (
_ "github.com/go-gost/gost/pkg/handler/forward/local"
_ "github.com/go-gost/gost/pkg/handler/forward/remote"
_ "github.com/go-gost/gost/pkg/handler/http"
_ "github.com/go-gost/gost/pkg/handler/redirect"
_ "github.com/go-gost/gost/pkg/handler/relay"
_ "github.com/go-gost/gost/pkg/handler/sni"
_ "github.com/go-gost/gost/pkg/handler/socks/v4"