diff options
author | 2018-12-11 16:12:04 -0600 | |
---|---|---|
committer | 2018-12-11 16:12:04 -0600 | |
commit | 27265fc22231c5418f28c58b08d43344f10e26cb (patch) | |
tree | 6de72a7a38d7eeedfff32a972dacaf09eea82214 /.gitignore | |
parent | Revert pure-go network monitoring and add wgSetConfig (diff) | |
download | wireguard-apple-27265fc22231c5418f28c58b08d43344f10e26cb.tar.xz wireguard-apple-27265fc22231c5418f28c58b08d43344f10e26cb.zip |
Added an (unfinished) NWPathMonitor implementation for reconnecting on network changes
Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -38,3 +38,6 @@ fastlane/screenshots fastlane/test_output Preview.html output + +# Wireguard specific +WireGuard/WireGuard/Config/Developer.xcconfig |