mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-29 16:58:34 +00:00
Add tun support
This commit is contained in:
parent
18e5b0963f
commit
603264017a
13 changed files with 935 additions and 2 deletions
11
features/tun/tun.go
Normal file
11
features/tun/tun.go
Normal file
|
@ -0,0 +1,11 @@
|
|||
package tun
|
||||
|
||||
import "github.com/xtls/xray-core/features"
|
||||
|
||||
type Interface interface {
|
||||
features.Feature
|
||||
}
|
||||
|
||||
func InterfaceType() interface{} {
|
||||
return (*Interface)(nil)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue