mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 02:09:06 +00:00
feat: support macOS Network Extension (#1902)
* feat: support macOS Network Extension * fix: disable macOS NE feature in cargo hack check
This commit is contained in:
@@ -539,7 +539,7 @@ impl<C: NatDstConnector> TcpProxy<C> {
|
||||
|| self.global_ctx.no_tun()
|
||||
|| cfg!(any(
|
||||
target_os = "android",
|
||||
target_os = "ios",
|
||||
any(target_os = "ios", feature = "macos-ne"),
|
||||
target_env = "ohos"
|
||||
))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user