wireguard-apple/Shared/ProviderConfigurationKeys.s...

10 lines
183 B
Swift
Raw Normal View History

2018-08-12 19:37:56 +00:00
//
// Copyright © 2018 WireGuard LLC. All rights reserved.
2018-08-12 19:37:56 +00:00
//
import Foundation
enum PCKeys: String {
case title, tunnelIdentifier, endpoints, dns, addresses, mtu, settings
}