add vtun handle and listener
This commit is contained in:
@@ -72,6 +72,7 @@ import (
|
||||
_ "github.com/go-gost/x/handler/tun"
|
||||
_ "github.com/go-gost/x/handler/tunnel"
|
||||
_ "github.com/go-gost/x/handler/unix"
|
||||
_ "github.com/go-gost/x/handler/vtun"
|
||||
|
||||
// Register listeners
|
||||
_ "github.com/go-gost/x/listener/dns"
|
||||
@@ -105,5 +106,6 @@ import (
|
||||
_ "github.com/go-gost/x/listener/tun"
|
||||
_ "github.com/go-gost/x/listener/udp"
|
||||
_ "github.com/go-gost/x/listener/unix"
|
||||
_ "github.com/go-gost/x/listener/vtun"
|
||||
_ "github.com/go-gost/x/listener/ws"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user