Explorar el Código

feat: add tun to all distro

AkinoKaede hace 2 años
padre
commit
c6c1cdbb4f
Se han modificado 1 ficheros con 9 adiciones y 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"
+)