在 ZeroTier 官方 controller 配置 RFC1918 以外的 IP 和路由时网页端会提示需要在客户端设置 AllowGlobal=1 才能生效.
然而注意到 ZeroTier 客户端源代码的 OneServiceImpl::checkIfManagedIsAllowed 函数当且仅当 CIDR 类型为 IP_SCOPE_GLOBAL 时才需要 AllowGlobal 为 1, 而依据 InetAddress::ipScope 函数可知 28.0.0.0/8 类型为 IP_SCOPE_PSEUDOPRIVATE, 显然这种情况下 OneServiceImpl::checkIfManagedIsAllowed 函数中 default 分支是返回 true 的,因而该 CIDR 不需要客户端配置 AllowGlobal=1.
然而注意到 ZeroTier 客户端源代码的 OneServiceImpl::checkIfManagedIsAllowed 函数当且仅当 CIDR 类型为 IP_SCOPE_GLOBAL 时才需要 AllowGlobal 为 1, 而依据 InetAddress::ipScope 函数可知 28.0.0.0/8 类型为 IP_SCOPE_PSEUDOPRIVATE, 显然这种情况下 OneServiceImpl::checkIfManagedIsAllowed 函数中 default 分支是返回 true 的,因而该 CIDR 不需要客户端配置 AllowGlobal=1.
Wine 10.0 添加了 Arm64EC 支持
https://gitlab.winehq.org/wine/wine/-/releases/wine-10.0
- The ARM64EC architecture is fully supported, with feature parity with the
ARM64 support.
- Hybrid ARM64X modules are fully supported.
- The 64-bit x86 emulation interface is implemented.
- No emulation library is provided with Wine at this point, but an external
library that exports the emulation interface can be used.
https://gitlab.winehq.org/wine/wine/-/releases/wine-10.0
GitLab
Wine 10.0 · wine / wine · GitLab
The Wine team is proud to announce that the stable release Wine 10.0 is now available. This release represents a year of development effort and over...
🔥8❤1