mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-18 06:09:48 +03:00
Add tun support
This commit is contained in:
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)
|
||||
}
|
Reference in New Issue
Block a user