add tunnel handler and connector

This commit is contained in:
ginuerzh
2023-10-15 15:40:49 +08:00
parent 139b934fc6
commit 9cbc875965
3 changed files with 11 additions and 9 deletions

View File

@ -15,6 +15,7 @@ import (
_ "github.com/go-gost/x/connector/ss/udp"
_ "github.com/go-gost/x/connector/sshd"
_ "github.com/go-gost/x/connector/tcp"
_ "github.com/go-gost/x/connector/tunnel"
_ "github.com/go-gost/x/connector/unix"
// Register dialers
@ -62,6 +63,7 @@ import (
_ "github.com/go-gost/x/handler/sshd"
_ "github.com/go-gost/x/handler/tap"
_ "github.com/go-gost/x/handler/tun"
_ "github.com/go-gost/x/handler/tunnel"
_ "github.com/go-gost/x/handler/unix"
// Register listeners