aboutsummaryrefslogtreecommitdiffstats
path: root/Shared/ProviderConfigurationKeys.swift
blob: 0695e97efbc951079f7d5e460d4de90e5fa663a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
//
//  Copyright © 2018 WireGuard LLC. All rights reserved.
//

import Foundation

enum PCKeys: String {
    case title, tunnelIdentifier, endpoints, dns, addresses, mtu, settings
}