wireguard-apple
wireguard-apple copied to clipboard
Mirror only. Official repository is at https://git.zx2c4.com/wireguard-apple
Allows wireguard-go to be built for iOS simulator which runs on Apple Silicon.
Add support for Siri Shortcuts (and the Shortcuts app) for iOS. Three intents have been implemented: - **GetPeers**: get the list of peers' public keys in a specific tunnel. Is...
"Currently libwg-go.a doesn't support bitcode in the Xcode project. It crashes with the following message: libwg-go.a does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE),...
Based on the work of Stephen Larew . This adds split DNS capability. MacOS and iOS don't fully support the separation of search domains and match domains so a best...
This adds a brief explainer of the `OnDemandEnabled` and `OnDemandRules` keys that can be set in a MobileConfig. For now, I added a link to https://gist.github.com/deg0nz/bec056213aef57d84b05b21bb046a16c, which has an example...
Signed-off-by: George Kutsurua Hello, This pr contains a fix for the case when the tunnels manager modifies the active tunnel. Use case: Once the active tunnel is modified it is...
Fixes this opaque error when building `WireGuardGoBridge`, due to Xcode not finding the go binary in PATH: ``` Command ExternalBuildToolExecution failed with a nonzero exit code ```
Fixes a step that I got tripped up on.
Connect was translated like "Connected" in Russian Disconnect was "Disconnected"
I'm not familiar with this code, but it seems that the device needs to be closed in case of errors.