Add darwin support

This commit is contained in:
世界 2022-08-05 13:17:17 +08:00
parent 7ee0d19103
commit 4a83493b40
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
5 changed files with 404 additions and 7 deletions

View file

@ -1,4 +1,4 @@
//go:build no_gvisor || !(linux || windows)
//go:build no_gvisor || !(linux || windows || darwin)
package tun