Skip to content

Commit

Permalink
feat: add tun to all distro
Browse files Browse the repository at this point in the history
  • Loading branch information
AkinoKaede committed May 28, 2023
1 parent 43f3265 commit b4ac483
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions main/distro/all/tun.go
Original file line number Diff line number Diff line change
@@ -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"
)

0 comments on commit b4ac483

Please sign in to comment.