Skip to content

Commit

Permalink
feat: enable TUN for all Linux devices
Browse files Browse the repository at this point in the history
  • Loading branch information
AkinoKaede committed May 28, 2023
1 parent 422f9e9 commit 12605b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions app/tun/device/tun/tun_gvisor.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//go:build linux && ((linux && amd64) || (linux && arm64))
//go:build linux
// +build linux
// +build linux,amd64 linux,arm64

package tun

Expand Down
3 changes: 1 addition & 2 deletions main/distro/all/tun.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//go:build linux && ((linux && amd64) || (linux && arm64))
//go:build linux
// +build linux
// +build linux,amd64 linux,arm64

package all

Expand Down

0 comments on commit 12605b4

Please sign in to comment.