mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-01-08 09:42:47 +00:00
484bef1777
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
10 lines
183 B
Swift
10 lines
183 B
Swift
//
|
|
// Copyright © 2018 WireGuard LLC. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
enum PCKeys: String {
|
|
case title, tunnelIdentifier, endpoints, dns, addresses, mtu, settings
|
|
}
|