aboutsummaryrefslogtreecommitdiffstats
path: root/Shared/ProviderConfigurationKeys.swift
blob: 62131655e457ef3b4625fc743bc094cbf73a70b3 (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
}