mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 18:17:52 -05:00
feat: add tun to all distro
This commit is contained in:
parent
f9ea8609cc
commit
c6c1cdbb4f
9
main/distro/all/tun.go
Normal file
9
main/distro/all/tun.go
Normal file
@ -0,0 +1,9 @@
|
||||
//go:build linux && ((linux && amd64) || (linux && arm64))
|
||||
// +build linux
|
||||
// +build linux,amd64 linux,arm64
|
||||
|
||||
package all
|
||||
|
||||
import (
|
||||
_ "github.com/v2fly/v2ray-core/v5/app/tun"
|
||||
)
|
Loading…
Reference in New Issue
Block a user