Add tun support for macOS

This commit is contained in:
世界 2022-08-05 16:55:46 +08:00
parent f691bd5ce1
commit dfa10d4ebe
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
11 changed files with 21 additions and 21 deletions

View file

@ -39,7 +39,7 @@ import (
var warnDefaultInterfaceOnUnsupportedPlatform = warning.New(
func() bool {
return !(C.IsLinux || C.IsWindows)
return !(C.IsLinux || C.IsWindows || C.IsDarwin)
},
"route option `default_mark` is only supported on Linux and Windows",
)