Add back addresses.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jeroen Leenarts
2018-08-12 21:37:56 +02:00
parent 9e8feb05f3
commit d38a81c301
8 changed files with 94 additions and 30 deletions
+13
View File
@@ -0,0 +1,13 @@
//
// ProviderConfigurationKeys.swift
// WireGuard
//
// Created by Jeroen Leenarts on 12-08-18.
// Copyright © 2018 WireGuard. All rights reserved.
//
import Foundation
enum PCKeys: String {
case title, tunnelIdentifier, endpoints, dns, addresses, mtu, settings
}