mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 20:37:37 +03:00
Add tun support for macOS
This commit is contained in:
parent
f691bd5ce1
commit
dfa10d4ebe
11 changed files with 21 additions and 21 deletions
|
@ -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",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue