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

14 lines
280 B
Swift

//
// ProviderConfigurationKeys.swift
// WireGuard
//
// Created by Jeroen Leenarts on 12-08-18.
// Copyright © 2018 WireGuard LLC. All rights reserved.
//
import Foundation
enum PCKeys: String {
case title, tunnelIdentifier, endpoints, dns, addresses, mtu, settings
}