Explorar o código

feat: add tun to all distro

AkinoKaede %!s(int64=2) %!d(string=hai) anos
pai
achega
c6c1cdbb4f
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      main/distro/all/tun.go

+ 9 - 0
main/distro/all/tun.go

@@ -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"
+)