Compare commits
17
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c5c536318f | ||
|
|
6e36c72f96 | ||
|
|
f9dcfc1b9d | ||
|
|
33edfd3587 | ||
|
|
aa0b6e0c60 | ||
|
|
e992030569 | ||
|
|
18a21064b2 | ||
|
|
f6a5dfead4 | ||
|
|
0f4b1c5c1c | ||
|
|
3496adca86 | ||
|
|
0a55a284d5 | ||
|
|
02c31c89f6 | ||
|
|
95a4419b20 | ||
|
|
6c9fc8bcb1 | ||
|
|
1a43ad6e39 | ||
|
|
a62f7fb988 | ||
|
|
636aa98b79 |
@@ -1,8 +1,3 @@
|
|||||||
|
|
||||||
# ***DO NOT USE: CODEBASE HORRIBLY BROKEN***
|
|
||||||
|
|
||||||
----
|
|
||||||
|
|
||||||
# [WireGuard](https://www.wireguard.com/) for iOS
|
# [WireGuard](https://www.wireguard.com/) for iOS
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
/* Begin PBXBuildFile section */
|
/* Begin PBXBuildFile section */
|
||||||
6BB8400421892C920003598F /* CopyableLabelTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BB8400321892C920003598F /* CopyableLabelTableViewCell.swift */; };
|
6BB8400421892C920003598F /* CopyableLabelTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BB8400321892C920003598F /* CopyableLabelTableViewCell.swift */; };
|
||||||
|
6F0068572191AFD200419BE9 /* ScrollableLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F0068562191AFD200419BE9 /* ScrollableLabel.swift */; };
|
||||||
6F5D0C1521832391000F85AD /* DNSResolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F5D0C1421832391000F85AD /* DNSResolver.swift */; };
|
6F5D0C1521832391000F85AD /* DNSResolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F5D0C1421832391000F85AD /* DNSResolver.swift */; };
|
||||||
6F5D0C1D218352EF000F85AD /* PacketTunnelProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F5D0C1C218352EF000F85AD /* PacketTunnelProvider.swift */; };
|
6F5D0C1D218352EF000F85AD /* PacketTunnelProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F5D0C1C218352EF000F85AD /* PacketTunnelProvider.swift */; };
|
||||||
6F5D0C22218352EF000F85AD /* WireGuardNetworkExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 6F5D0C1A218352EF000F85AD /* WireGuardNetworkExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
|
6F5D0C22218352EF000F85AD /* WireGuardNetworkExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 6F5D0C1A218352EF000F85AD /* WireGuardNetworkExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
|
||||||
@@ -78,6 +79,7 @@
|
|||||||
|
|
||||||
/* Begin PBXFileReference section */
|
/* Begin PBXFileReference section */
|
||||||
6BB8400321892C920003598F /* CopyableLabelTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CopyableLabelTableViewCell.swift; sourceTree = "<group>"; };
|
6BB8400321892C920003598F /* CopyableLabelTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CopyableLabelTableViewCell.swift; sourceTree = "<group>"; };
|
||||||
|
6F0068562191AFD200419BE9 /* ScrollableLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScrollableLabel.swift; sourceTree = "<group>"; };
|
||||||
6F5D0C1421832391000F85AD /* DNSResolver.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DNSResolver.swift; sourceTree = "<group>"; };
|
6F5D0C1421832391000F85AD /* DNSResolver.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DNSResolver.swift; sourceTree = "<group>"; };
|
||||||
6F5D0C1A218352EF000F85AD /* WireGuardNetworkExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = WireGuardNetworkExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
|
6F5D0C1A218352EF000F85AD /* WireGuardNetworkExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = WireGuardNetworkExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
6F5D0C1C218352EF000F85AD /* PacketTunnelProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PacketTunnelProvider.swift; sourceTree = "<group>"; };
|
6F5D0C1C218352EF000F85AD /* PacketTunnelProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PacketTunnelProvider.swift; sourceTree = "<group>"; };
|
||||||
@@ -205,6 +207,7 @@
|
|||||||
6F628C40217F47DB003482A3 /* TunnelDetailTableViewController.swift */,
|
6F628C40217F47DB003482A3 /* TunnelDetailTableViewController.swift */,
|
||||||
6FDEF805218725D200D8FBF6 /* SettingsTableViewController.swift */,
|
6FDEF805218725D200D8FBF6 /* SettingsTableViewController.swift */,
|
||||||
6F919EC2218A2AE90023B400 /* ErrorPresenter.swift */,
|
6F919EC2218A2AE90023B400 /* ErrorPresenter.swift */,
|
||||||
|
6F0068562191AFD200419BE9 /* ScrollableLabel.swift */,
|
||||||
);
|
);
|
||||||
path = iOS;
|
path = iOS;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
@@ -393,7 +396,7 @@
|
|||||||
isa = PBXProject;
|
isa = PBXProject;
|
||||||
attributes = {
|
attributes = {
|
||||||
LastSwiftUpdateCheck = 1000;
|
LastSwiftUpdateCheck = 1000;
|
||||||
LastUpgradeCheck = 0940;
|
LastUpgradeCheck = 1010;
|
||||||
ORGANIZATIONNAME = "WireGuard LLC";
|
ORGANIZATIONNAME = "WireGuard LLC";
|
||||||
TargetAttributes = {
|
TargetAttributes = {
|
||||||
6F5D0C19218352EF000F85AD = {
|
6F5D0C19218352EF000F85AD = {
|
||||||
@@ -500,6 +503,7 @@
|
|||||||
6F5D0C482183C6A3000F85AD /* PacketTunnelOptionsGenerator.swift in Sources */,
|
6F5D0C482183C6A3000F85AD /* PacketTunnelOptionsGenerator.swift in Sources */,
|
||||||
6BB8400421892C920003598F /* CopyableLabelTableViewCell.swift in Sources */,
|
6BB8400421892C920003598F /* CopyableLabelTableViewCell.swift in Sources */,
|
||||||
6F693A562179E556008551C1 /* Endpoint.swift in Sources */,
|
6F693A562179E556008551C1 /* Endpoint.swift in Sources */,
|
||||||
|
6F0068572191AFD200419BE9 /* ScrollableLabel.swift in Sources */,
|
||||||
6FDEF7E62185EFB200D8FBF6 /* QRScanViewController.swift in Sources */,
|
6FDEF7E62185EFB200D8FBF6 /* QRScanViewController.swift in Sources */,
|
||||||
6F6899A62180447E0012E523 /* x25519.c in Sources */,
|
6F6899A62180447E0012E523 /* x25519.c in Sources */,
|
||||||
6F5D0C452183BCDA000F85AD /* PacketTunnelOptionKey.swift in Sources */,
|
6F5D0C452183BCDA000F85AD /* PacketTunnelOptionKey.swift in Sources */,
|
||||||
@@ -646,7 +650,9 @@
|
|||||||
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
||||||
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
||||||
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
||||||
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
||||||
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
||||||
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
||||||
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
||||||
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
|
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
|
||||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||||
@@ -706,7 +712,9 @@
|
|||||||
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
||||||
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
||||||
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
||||||
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
||||||
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
||||||
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
||||||
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
||||||
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
|
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
|
||||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
VERSION_NAME = 0.0.20181104
|
VERSION_NAME = 0.0.20181104
|
||||||
VERSION_ID = 2
|
VERSION_ID = 3
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ class WgQuickConfigFileParser {
|
|||||||
case noInterface
|
case noInterface
|
||||||
case invalidInterface
|
case invalidInterface
|
||||||
case multipleInterfaces
|
case multipleInterfaces
|
||||||
|
case multiplePeersWithSamePublicKey
|
||||||
case invalidPeer
|
case invalidPeer
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -149,6 +150,12 @@ class WgQuickConfigFileParser {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
let peerPublicKeysArray = peerConfigurations.map { $0.publicKey }
|
||||||
|
let peerPublicKeysSet = Set<Data>(peerPublicKeysArray)
|
||||||
|
if (peerPublicKeysArray.count != peerPublicKeysSet.count) {
|
||||||
|
throw ParseError.multiplePeersWithSamePublicKey
|
||||||
|
}
|
||||||
|
|
||||||
if let interfaceConfiguration = interfaceConfiguration {
|
if let interfaceConfiguration = interfaceConfiguration {
|
||||||
let tunnelConfiguration = TunnelConfiguration(interface: interfaceConfiguration)
|
let tunnelConfiguration = TunnelConfiguration(interface: interfaceConfiguration)
|
||||||
tunnelConfiguration.peers = peerConfigurations
|
tunnelConfiguration.peers = peerConfigurations
|
||||||
|
|||||||
@@ -75,3 +75,16 @@ extension Endpoint: Codable {
|
|||||||
case invalidData
|
case invalidData
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
extension Endpoint {
|
||||||
|
func hasHostAsIPAddress() -> Bool {
|
||||||
|
switch (host) {
|
||||||
|
case .name(_, _):
|
||||||
|
return false
|
||||||
|
case .ipv4(_):
|
||||||
|
return true
|
||||||
|
case .ipv6(_):
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ extension IPAddressRange {
|
|||||||
let addressString = String(string[string.startIndex ..< endOfIPAddress])
|
let addressString = String(string[string.startIndex ..< endOfIPAddress])
|
||||||
let address: IPAddress
|
let address: IPAddress
|
||||||
if let addr = IPv4Address(addressString) {
|
if let addr = IPv4Address(addressString) {
|
||||||
address = addr
|
address = addr
|
||||||
} else if let addr = IPv6Address(addressString) {
|
} else if let addr = IPv6Address(addressString) {
|
||||||
address = addr
|
address = addr
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -434,6 +434,13 @@ class TunnelViewModel {
|
|||||||
peerConfigurations.append(peerConfiguration)
|
peerConfigurations.append(peerConfiguration)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
let peerPublicKeysArray = peerConfigurations.map { $0.publicKey }
|
||||||
|
let peerPublicKeysSet = Set<Data>(peerPublicKeysArray)
|
||||||
|
if (peerPublicKeysArray.count != peerPublicKeysSet.count) {
|
||||||
|
return .error("Two or more peers cannot have the same public key")
|
||||||
|
}
|
||||||
|
|
||||||
let tunnelConfiguration = TunnelConfiguration(interface: interfaceConfiguration)
|
let tunnelConfiguration = TunnelConfiguration(interface: interfaceConfiguration)
|
||||||
tunnelConfiguration.peers = peerConfigurations
|
tunnelConfiguration.peers = peerConfigurations
|
||||||
return .saved(tunnelConfiguration)
|
return .saved(tunnelConfiguration)
|
||||||
|
|||||||
@@ -0,0 +1,50 @@
|
|||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
// Copyright © 2018 WireGuard LLC. All Rights Reserved.
|
||||||
|
|
||||||
|
import UIKit
|
||||||
|
|
||||||
|
class ScrollableLabel: UIScrollView {
|
||||||
|
var text: String {
|
||||||
|
get { return label.text ?? "" }
|
||||||
|
set(value) { label.text = value }
|
||||||
|
}
|
||||||
|
var textColor: UIColor {
|
||||||
|
get { return label.textColor }
|
||||||
|
set(value) { label.textColor = value }
|
||||||
|
}
|
||||||
|
|
||||||
|
private let label: UILabel
|
||||||
|
|
||||||
|
init() {
|
||||||
|
let label = UILabel()
|
||||||
|
label.translatesAutoresizingMaskIntoConstraints = false
|
||||||
|
label.textAlignment = .right
|
||||||
|
self.label = label
|
||||||
|
|
||||||
|
super.init(frame: CGRect.zero)
|
||||||
|
|
||||||
|
self.isDirectionalLockEnabled = true
|
||||||
|
self.showsHorizontalScrollIndicator = false
|
||||||
|
self.showsVerticalScrollIndicator = false
|
||||||
|
|
||||||
|
addSubview(label)
|
||||||
|
label.translatesAutoresizingMaskIntoConstraints = false
|
||||||
|
NSLayoutConstraint.activate([
|
||||||
|
label.leftAnchor.constraint(equalTo: self.contentLayoutGuide.leftAnchor),
|
||||||
|
label.topAnchor.constraint(equalTo: self.contentLayoutGuide.topAnchor),
|
||||||
|
label.bottomAnchor.constraint(equalTo: self.contentLayoutGuide.bottomAnchor),
|
||||||
|
label.rightAnchor.constraint(equalTo: self.contentLayoutGuide.rightAnchor),
|
||||||
|
label.heightAnchor.constraint(equalTo: self.heightAnchor),
|
||||||
|
])
|
||||||
|
// If label has less content, it should expand to fit the scrollView,
|
||||||
|
// so that right-alignment works in the label.
|
||||||
|
let expandToFitValueLabelConstraint = NSLayoutConstraint(item: label, attribute: .width, relatedBy: .equal,
|
||||||
|
toItem: self, attribute: .width, multiplier: 1, constant: 0)
|
||||||
|
expandToFitValueLabelConstraint.priority = .defaultLow + 1
|
||||||
|
expandToFitValueLabelConstraint.isActive = true
|
||||||
|
}
|
||||||
|
|
||||||
|
required init?(coder aDecoder: NSCoder) {
|
||||||
|
fatalError("init(coder:) has not been implemented")
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -12,7 +12,7 @@ class SettingsTableViewController: UITableViewController {
|
|||||||
case exportZipArchive = "Export zip archive"
|
case exportZipArchive = "Export zip archive"
|
||||||
}
|
}
|
||||||
|
|
||||||
let settingsFieldsBySection : [[SettingsFields]] = [
|
let settingsFieldsBySection: [[SettingsFields]] = [
|
||||||
[.iosAppVersion, .goBackendVersion],
|
[.iosAppVersion, .goBackendVersion],
|
||||||
[.exportZipArchive]
|
[.exportZipArchive]
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ class TunnelDetailTableViewController: UITableViewController {
|
|||||||
|
|
||||||
let interfaceFields: [TunnelViewModel.InterfaceField] = [
|
let interfaceFields: [TunnelViewModel.InterfaceField] = [
|
||||||
.name, .publicKey, .addresses,
|
.name, .publicKey, .addresses,
|
||||||
.listenPort, .mtu, .dns
|
.listenPort, .mtu, .dns
|
||||||
]
|
]
|
||||||
|
|
||||||
let peerFields: [TunnelViewModel.PeerField] = [
|
let peerFields: [TunnelViewModel.PeerField] = [
|
||||||
@@ -125,7 +125,7 @@ extension TunnelDetailTableViewController {
|
|||||||
return "Status"
|
return "Status"
|
||||||
} else if (section == 1) {
|
} else if (section == 1) {
|
||||||
// Interface
|
// Interface
|
||||||
return "Interface"
|
return "Interface"
|
||||||
} else if ((numberOfPeerSections > 0) && (section < (2 + numberOfPeerSections))) {
|
} else if ((numberOfPeerSections > 0) && (section < (2 + numberOfPeerSections))) {
|
||||||
// Peer
|
// Peer
|
||||||
return "Peer"
|
return "Peer"
|
||||||
@@ -296,7 +296,7 @@ class TunnelDetailTableViewKeyValueCell: CopyableLabelTableViewCell {
|
|||||||
set(value) { keyLabel.text = value }
|
set(value) { keyLabel.text = value }
|
||||||
}
|
}
|
||||||
var value: String {
|
var value: String {
|
||||||
get { return valueLabel.text ?? "" }
|
get { return valueLabel.text }
|
||||||
set(value) { valueLabel.text = value }
|
set(value) { valueLabel.text = value }
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -305,39 +305,17 @@ class TunnelDetailTableViewKeyValueCell: CopyableLabelTableViewCell {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let keyLabel: UILabel
|
let keyLabel: UILabel
|
||||||
let valueLabel: UILabel
|
let valueLabel: ScrollableLabel
|
||||||
let valueScroller: UIScrollView
|
|
||||||
|
|
||||||
override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
|
override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
|
||||||
keyLabel = UILabel()
|
keyLabel = UILabel()
|
||||||
valueLabel = UILabel()
|
valueLabel = ScrollableLabel()
|
||||||
valueScroller = UIScrollView()
|
|
||||||
|
|
||||||
keyLabel.textColor = UIColor.black
|
keyLabel.textColor = UIColor.black
|
||||||
valueLabel.textColor = UIColor.gray
|
valueLabel.textColor = UIColor.gray
|
||||||
valueScroller.isDirectionalLockEnabled = true
|
|
||||||
valueScroller.showsHorizontalScrollIndicator = false
|
|
||||||
valueScroller.showsVerticalScrollIndicator = false
|
|
||||||
|
|
||||||
super.init(style: style, reuseIdentifier: reuseIdentifier)
|
super.init(style: style, reuseIdentifier: reuseIdentifier)
|
||||||
|
|
||||||
valueScroller.addSubview(valueLabel)
|
|
||||||
valueLabel.translatesAutoresizingMaskIntoConstraints = false
|
|
||||||
valueLabel.textAlignment = .right
|
|
||||||
NSLayoutConstraint.activate([
|
|
||||||
valueLabel.leftAnchor.constraint(equalTo: valueScroller.contentLayoutGuide.leftAnchor),
|
|
||||||
valueLabel.topAnchor.constraint(equalTo: valueScroller.contentLayoutGuide.topAnchor),
|
|
||||||
valueLabel.bottomAnchor.constraint(equalTo: valueScroller.contentLayoutGuide.bottomAnchor),
|
|
||||||
valueLabel.rightAnchor.constraint(equalTo: valueScroller.contentLayoutGuide.rightAnchor),
|
|
||||||
valueLabel.heightAnchor.constraint(equalTo: valueScroller.heightAnchor),
|
|
||||||
])
|
|
||||||
|
|
||||||
// Value label should expand to fit the scrollView, so that the right-alignment works
|
|
||||||
let expandToFitValueLabelConstraint = NSLayoutConstraint(item: valueLabel, attribute: .width, relatedBy: .equal,
|
|
||||||
toItem: valueScroller, attribute: .width, multiplier: 1, constant: 0)
|
|
||||||
expandToFitValueLabelConstraint.priority = .defaultLow + 1
|
|
||||||
expandToFitValueLabelConstraint.isActive = true
|
|
||||||
|
|
||||||
contentView.addSubview(keyLabel)
|
contentView.addSubview(keyLabel)
|
||||||
keyLabel.translatesAutoresizingMaskIntoConstraints = false
|
keyLabel.translatesAutoresizingMaskIntoConstraints = false
|
||||||
keyLabel.textAlignment = .left
|
keyLabel.textAlignment = .left
|
||||||
@@ -346,19 +324,19 @@ class TunnelDetailTableViewKeyValueCell: CopyableLabelTableViewCell {
|
|||||||
keyLabel.centerYAnchor.constraint(equalTo: contentView.centerYAnchor)
|
keyLabel.centerYAnchor.constraint(equalTo: contentView.centerYAnchor)
|
||||||
])
|
])
|
||||||
|
|
||||||
contentView.addSubview(valueScroller)
|
contentView.addSubview(valueLabel)
|
||||||
valueScroller.translatesAutoresizingMaskIntoConstraints = false
|
valueLabel.translatesAutoresizingMaskIntoConstraints = false
|
||||||
NSLayoutConstraint.activate([
|
NSLayoutConstraint.activate([
|
||||||
valueScroller.rightAnchor.constraint(equalTo: contentView.layoutMarginsGuide.rightAnchor),
|
valueLabel.rightAnchor.constraint(equalTo: contentView.layoutMarginsGuide.rightAnchor),
|
||||||
valueScroller.centerYAnchor.constraint(equalTo: contentView.centerYAnchor),
|
valueLabel.centerYAnchor.constraint(equalTo: contentView.centerYAnchor),
|
||||||
valueScroller.leftAnchor.constraint(equalTo: keyLabel.rightAnchor, constant: 8)
|
valueLabel.leftAnchor.constraint(equalTo: keyLabel.rightAnchor, constant: 8)
|
||||||
])
|
])
|
||||||
|
|
||||||
// Key label should never appear truncated
|
// Key label should never appear truncated
|
||||||
keyLabel.setContentCompressionResistancePriority(.defaultHigh + 1, for: .horizontal)
|
keyLabel.setContentCompressionResistancePriority(.defaultHigh + 1, for: .horizontal)
|
||||||
// Key label should hug it's content; value label should not.
|
// Key label should hug it's content; value label should not.
|
||||||
keyLabel.setContentHuggingPriority(.defaultHigh, for: .horizontal)
|
keyLabel.setContentHuggingPriority(.defaultHigh, for: .horizontal)
|
||||||
valueScroller.setContentHuggingPriority(.defaultLow, for: .horizontal)
|
valueLabel.setContentHuggingPriority(.defaultLow, for: .horizontal)
|
||||||
}
|
}
|
||||||
|
|
||||||
required init?(coder aDecoder: NSCoder) {
|
required init?(coder aDecoder: NSCoder) {
|
||||||
|
|||||||
@@ -61,6 +61,7 @@ class TunnelEditTableViewController: UITableViewController {
|
|||||||
self.tableView.allowsSelection = false
|
self.tableView.allowsSelection = false
|
||||||
|
|
||||||
self.tableView.register(TunnelEditTableViewKeyValueCell.self, forCellReuseIdentifier: TunnelEditTableViewKeyValueCell.id)
|
self.tableView.register(TunnelEditTableViewKeyValueCell.self, forCellReuseIdentifier: TunnelEditTableViewKeyValueCell.id)
|
||||||
|
self.tableView.register(TunnelEditTableViewReadOnlyKeyValueCell.self, forCellReuseIdentifier: TunnelEditTableViewReadOnlyKeyValueCell.id)
|
||||||
self.tableView.register(TunnelEditTableViewButtonCell.self, forCellReuseIdentifier: TunnelEditTableViewButtonCell.id)
|
self.tableView.register(TunnelEditTableViewButtonCell.self, forCellReuseIdentifier: TunnelEditTableViewButtonCell.id)
|
||||||
self.tableView.register(TunnelEditTableViewSwitchCell.self, forCellReuseIdentifier: TunnelEditTableViewSwitchCell.id)
|
self.tableView.register(TunnelEditTableViewSwitchCell.self, forCellReuseIdentifier: TunnelEditTableViewSwitchCell.id)
|
||||||
}
|
}
|
||||||
@@ -185,6 +186,11 @@ extension TunnelEditTableViewController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
return cell
|
return cell
|
||||||
|
} else if (field == .publicKey) {
|
||||||
|
let cell = tableView.dequeueReusableCell(withIdentifier: TunnelEditTableViewReadOnlyKeyValueCell.id, for: indexPath) as! TunnelEditTableViewReadOnlyKeyValueCell
|
||||||
|
cell.key = field.rawValue
|
||||||
|
cell.value = interfaceData[field]
|
||||||
|
return cell
|
||||||
} else {
|
} else {
|
||||||
let cell = tableView.dequeueReusableCell(withIdentifier: TunnelEditTableViewKeyValueCell.id, for: indexPath) as! TunnelEditTableViewKeyValueCell
|
let cell = tableView.dequeueReusableCell(withIdentifier: TunnelEditTableViewKeyValueCell.id, for: indexPath) as! TunnelEditTableViewKeyValueCell
|
||||||
// Set key
|
// Set key
|
||||||
@@ -206,10 +212,6 @@ extension TunnelEditTableViewController {
|
|||||||
case .publicKey: break
|
case .publicKey: break
|
||||||
case .generateKeyPair: break
|
case .generateKeyPair: break
|
||||||
}
|
}
|
||||||
// Set editable
|
|
||||||
if (field == .publicKey) {
|
|
||||||
cell.isValueEditable = false
|
|
||||||
}
|
|
||||||
// Set keyboardType
|
// Set keyboardType
|
||||||
if (field == .mtu || field == .listenPort) {
|
if (field == .mtu || field == .listenPort) {
|
||||||
cell.keyboardType = .numberPad
|
cell.keyboardType = .numberPad
|
||||||
@@ -403,7 +405,7 @@ extension TunnelEditTableViewController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class TunnelEditTableViewKeyValueCell: CopyableLabelTableViewCell {
|
class TunnelEditTableViewKeyValueCell: UITableViewCell {
|
||||||
static let id: String = "TunnelEditTableViewKeyValueCell"
|
static let id: String = "TunnelEditTableViewKeyValueCell"
|
||||||
var key: String {
|
var key: String {
|
||||||
get { return keyLabel.text ?? "" }
|
get { return keyLabel.text ?? "" }
|
||||||
@@ -417,19 +419,10 @@ class TunnelEditTableViewKeyValueCell: CopyableLabelTableViewCell {
|
|||||||
get { return valueTextField.placeholder ?? "" }
|
get { return valueTextField.placeholder ?? "" }
|
||||||
set(value) { valueTextField.placeholder = value }
|
set(value) { valueTextField.placeholder = value }
|
||||||
}
|
}
|
||||||
var isValueEditable: Bool {
|
|
||||||
get { return valueTextField.isEnabled }
|
|
||||||
set(value) {
|
|
||||||
super.copyableGesture = !value
|
|
||||||
valueTextField.isEnabled = value
|
|
||||||
keyLabel.textColor = value ? UIColor.black : UIColor.gray
|
|
||||||
valueTextField.textColor = value ? UIColor.black : UIColor.gray
|
|
||||||
}
|
|
||||||
}
|
|
||||||
var isValueValid: Bool = true {
|
var isValueValid: Bool = true {
|
||||||
didSet {
|
didSet {
|
||||||
if (isValueValid) {
|
if (isValueValid) {
|
||||||
keyLabel.textColor = isValueEditable ? UIColor.black : UIColor.gray
|
keyLabel.textColor = UIColor.black
|
||||||
} else {
|
} else {
|
||||||
keyLabel.textColor = UIColor.red
|
keyLabel.textColor = UIColor.red
|
||||||
}
|
}
|
||||||
@@ -452,14 +445,13 @@ class TunnelEditTableViewKeyValueCell: CopyableLabelTableViewCell {
|
|||||||
keyLabel = UILabel()
|
keyLabel = UILabel()
|
||||||
valueTextField = UITextField()
|
valueTextField = UITextField()
|
||||||
super.init(style: style, reuseIdentifier: reuseIdentifier)
|
super.init(style: style, reuseIdentifier: reuseIdentifier)
|
||||||
isValueEditable = true
|
|
||||||
contentView.addSubview(keyLabel)
|
contentView.addSubview(keyLabel)
|
||||||
keyLabel.translatesAutoresizingMaskIntoConstraints = false
|
keyLabel.translatesAutoresizingMaskIntoConstraints = false
|
||||||
keyLabel.textAlignment = .right
|
keyLabel.textAlignment = .right
|
||||||
let widthRatioConstraint = NSLayoutConstraint(item: keyLabel, attribute: .width,
|
let widthRatioConstraint = NSLayoutConstraint(item: keyLabel, attribute: .width,
|
||||||
relatedBy: .equal,
|
relatedBy: .equal,
|
||||||
toItem: self, attribute: .width,
|
toItem: self, attribute: .width,
|
||||||
multiplier: 0.4, constant: 0)
|
multiplier: 0.4, constant: 0)
|
||||||
// The "Persistent Keepalive" key doesn't fit into 0.4 * width on the iPhone SE,
|
// The "Persistent Keepalive" key doesn't fit into 0.4 * width on the iPhone SE,
|
||||||
// so set a CR priority > the 0.4-constraint's priority.
|
// so set a CR priority > the 0.4-constraint's priority.
|
||||||
widthRatioConstraint.priority = .defaultHigh + 1
|
widthRatioConstraint.priority = .defaultHigh + 1
|
||||||
@@ -483,10 +475,6 @@ class TunnelEditTableViewKeyValueCell: CopyableLabelTableViewCell {
|
|||||||
valueTextField.spellCheckingType = .no
|
valueTextField.spellCheckingType = .no
|
||||||
}
|
}
|
||||||
|
|
||||||
override var textToCopy: String? {
|
|
||||||
return self.valueTextField.text
|
|
||||||
}
|
|
||||||
|
|
||||||
required init?(coder aDecoder: NSCoder) {
|
required init?(coder aDecoder: NSCoder) {
|
||||||
fatalError("init(coder:) has not been implemented")
|
fatalError("init(coder:) has not been implemented")
|
||||||
}
|
}
|
||||||
@@ -496,7 +484,6 @@ class TunnelEditTableViewKeyValueCell: CopyableLabelTableViewCell {
|
|||||||
key = ""
|
key = ""
|
||||||
value = ""
|
value = ""
|
||||||
placeholderText = ""
|
placeholderText = ""
|
||||||
isValueEditable = true
|
|
||||||
isValueValid = true
|
isValueValid = true
|
||||||
keyboardType = .default
|
keyboardType = .default
|
||||||
onValueChanged = nil
|
onValueChanged = nil
|
||||||
@@ -524,6 +511,70 @@ extension TunnelEditTableViewKeyValueCell: UITextFieldDelegate {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class TunnelEditTableViewReadOnlyKeyValueCell: CopyableLabelTableViewCell {
|
||||||
|
static let id: String = "TunnelEditTableViewReadOnlyKeyValueCell"
|
||||||
|
var key: String {
|
||||||
|
get { return keyLabel.text ?? "" }
|
||||||
|
set(value) {keyLabel.text = value }
|
||||||
|
}
|
||||||
|
var value: String {
|
||||||
|
get { return valueLabel.text }
|
||||||
|
set(value) { valueLabel.text = value }
|
||||||
|
}
|
||||||
|
|
||||||
|
let keyLabel: UILabel
|
||||||
|
let valueLabel: ScrollableLabel
|
||||||
|
|
||||||
|
override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
|
||||||
|
keyLabel = UILabel()
|
||||||
|
valueLabel = ScrollableLabel()
|
||||||
|
|
||||||
|
super.init(style: style, reuseIdentifier: reuseIdentifier)
|
||||||
|
|
||||||
|
keyLabel.textColor = UIColor.gray
|
||||||
|
valueLabel.textColor = UIColor.gray
|
||||||
|
|
||||||
|
contentView.addSubview(keyLabel)
|
||||||
|
keyLabel.translatesAutoresizingMaskIntoConstraints = false
|
||||||
|
keyLabel.textAlignment = .right
|
||||||
|
let widthRatioConstraint = NSLayoutConstraint(item: keyLabel, attribute: .width,
|
||||||
|
relatedBy: .equal,
|
||||||
|
toItem: self, attribute: .width,
|
||||||
|
multiplier: 0.4, constant: 0)
|
||||||
|
// In case the key doesn't fit into 0.4 * width,
|
||||||
|
// so set a CR priority > the 0.4-constraint's priority.
|
||||||
|
widthRatioConstraint.priority = .defaultHigh + 1
|
||||||
|
keyLabel.setContentCompressionResistancePriority(.defaultHigh + 2, for: .horizontal)
|
||||||
|
NSLayoutConstraint.activate([
|
||||||
|
keyLabel.centerYAnchor.constraint(equalTo: contentView.centerYAnchor),
|
||||||
|
keyLabel.leftAnchor.constraint(equalTo: contentView.layoutMarginsGuide.leftAnchor),
|
||||||
|
widthRatioConstraint
|
||||||
|
])
|
||||||
|
|
||||||
|
contentView.addSubview(valueLabel)
|
||||||
|
valueLabel.translatesAutoresizingMaskIntoConstraints = false
|
||||||
|
NSLayoutConstraint.activate([
|
||||||
|
valueLabel.centerYAnchor.constraint(equalTo: contentView.centerYAnchor),
|
||||||
|
valueLabel.leftAnchor.constraint(equalTo: keyLabel.rightAnchor, constant: 16),
|
||||||
|
valueLabel.rightAnchor.constraint(equalTo: contentView.layoutMarginsGuide.rightAnchor),
|
||||||
|
])
|
||||||
|
}
|
||||||
|
|
||||||
|
override var textToCopy: String? {
|
||||||
|
return self.valueLabel.text
|
||||||
|
}
|
||||||
|
|
||||||
|
required init?(coder aDecoder: NSCoder) {
|
||||||
|
fatalError("init(coder:) has not been implemented")
|
||||||
|
}
|
||||||
|
|
||||||
|
override func prepareForReuse() {
|
||||||
|
super.prepareForReuse()
|
||||||
|
key = ""
|
||||||
|
value = ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
class TunnelEditTableViewButtonCell: UITableViewCell {
|
class TunnelEditTableViewButtonCell: UITableViewCell {
|
||||||
static let id: String = "TunnelEditTableViewButtonCell"
|
static let id: String = "TunnelEditTableViewButtonCell"
|
||||||
var buttonText: String {
|
var buttonText: String {
|
||||||
|
|||||||
@@ -176,20 +176,7 @@ class TunnelsListTableViewController: UIViewController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func importFromFile(url: URL) {
|
func importFromFile(url: URL) {
|
||||||
// Import configurations from a .conf or a .zip file
|
if (url.pathExtension == "zip") {
|
||||||
if (url.pathExtension == "conf") {
|
|
||||||
let fileBaseName = url.deletingPathExtension().lastPathComponent.trimmingCharacters(in: .whitespacesAndNewlines)
|
|
||||||
if let fileContents = try? String(contentsOf: url),
|
|
||||||
let tunnelConfiguration = try? WgQuickConfigFileParser.parse(fileContents, name: fileBaseName) {
|
|
||||||
tunnelsManager?.add(tunnelConfiguration: tunnelConfiguration) { (_, error) in
|
|
||||||
if let error = error {
|
|
||||||
ErrorPresenter.showErrorAlert(error: error, from: self)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
showErrorAlert(title: "Unable to import tunnel", message: "An error occured when importing the tunnel configuration.")
|
|
||||||
}
|
|
||||||
} else if (url.pathExtension == "zip") {
|
|
||||||
var unarchivedFiles: [(fileName: String, contents: Data)] = []
|
var unarchivedFiles: [(fileName: String, contents: Data)] = []
|
||||||
do {
|
do {
|
||||||
unarchivedFiles = try ZipArchive.unarchive(url: url, requiredFileExtensions: ["conf"])
|
unarchivedFiles = try ZipArchive.unarchive(url: url, requiredFileExtensions: ["conf"])
|
||||||
@@ -240,6 +227,18 @@ class TunnelsListTableViewController: UIViewController {
|
|||||||
self?.showErrorAlert(title: "Created \(numberSuccessful) tunnels",
|
self?.showErrorAlert(title: "Created \(numberSuccessful) tunnels",
|
||||||
message: "Created \(numberSuccessful) of \(unarchivedFiles.count) tunnels from zip archive")
|
message: "Created \(numberSuccessful) of \(unarchivedFiles.count) tunnels from zip archive")
|
||||||
}
|
}
|
||||||
|
} else /* if (url.pathExtension == "conf") -- we assume everything else is a conf */ {
|
||||||
|
let fileBaseName = url.deletingPathExtension().lastPathComponent.trimmingCharacters(in: .whitespacesAndNewlines)
|
||||||
|
if let fileContents = try? String(contentsOf: url),
|
||||||
|
let tunnelConfiguration = try? WgQuickConfigFileParser.parse(fileContents, name: fileBaseName) {
|
||||||
|
tunnelsManager?.add(tunnelConfiguration: tunnelConfiguration) { (_, error) in
|
||||||
|
if let error = error {
|
||||||
|
ErrorPresenter.showErrorAlert(error: error, from: self)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
showErrorAlert(title: "Unable to import tunnel", message: "An error occured when importing the tunnel configuration.")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -248,9 +247,7 @@ class TunnelsListTableViewController: UIViewController {
|
|||||||
|
|
||||||
extension TunnelsListTableViewController: UIDocumentPickerDelegate {
|
extension TunnelsListTableViewController: UIDocumentPickerDelegate {
|
||||||
func documentPicker(_ controller: UIDocumentPickerViewController, didPickDocumentsAt urls: [URL]) {
|
func documentPicker(_ controller: UIDocumentPickerViewController, didPickDocumentsAt urls: [URL]) {
|
||||||
if let url = urls.first {
|
urls.forEach(importFromFile)
|
||||||
importFromFile(url: url)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -258,7 +255,7 @@ extension TunnelsListTableViewController: UIDocumentPickerDelegate {
|
|||||||
|
|
||||||
extension TunnelsListTableViewController: QRScanViewControllerDelegate {
|
extension TunnelsListTableViewController: QRScanViewControllerDelegate {
|
||||||
func addScannedQRCode(tunnelConfiguration: TunnelConfiguration, qrScanViewController: QRScanViewController,
|
func addScannedQRCode(tunnelConfiguration: TunnelConfiguration, qrScanViewController: QRScanViewController,
|
||||||
completionHandler: (() -> Void)?) {
|
completionHandler: (() -> Void)?) {
|
||||||
tunnelsManager?.add(tunnelConfiguration: tunnelConfiguration) { (_, error) in
|
tunnelsManager?.add(tunnelConfiguration: tunnelConfiguration) { (_, error) in
|
||||||
if let error = error {
|
if let error = error {
|
||||||
ErrorPresenter.showErrorAlert(error: error, from: qrScanViewController, onDismissal: completionHandler)
|
ErrorPresenter.showErrorAlert(error: error, from: qrScanViewController, onDismissal: completionHandler)
|
||||||
@@ -322,7 +319,7 @@ extension TunnelsListTableViewController: UITableViewDelegate {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func tableView(_ tableView: UITableView,
|
func tableView(_ tableView: UITableView,
|
||||||
trailingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? {
|
trailingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? {
|
||||||
let deleteAction = UIContextualAction(style: .destructive, title: "Delete", handler: { [weak self] (_, _, completionHandler) in
|
let deleteAction = UIContextualAction(style: .destructive, title: "Delete", handler: { [weak self] (_, _, completionHandler) in
|
||||||
guard let tunnelsManager = self?.tunnelsManager else { return }
|
guard let tunnelsManager = self?.tunnelsManager else { return }
|
||||||
let tunnel = tunnelsManager.tunnel(at: indexPath.row)
|
let tunnel = tunnelsManager.tunnel(at: indexPath.row)
|
||||||
|
|||||||
@@ -20,7 +20,9 @@ class DNSResolver {
|
|||||||
var resolvedEndpoints: [Endpoint?] = Array<Endpoint?>(repeating: nil, count: endpoints.count)
|
var resolvedEndpoints: [Endpoint?] = Array<Endpoint?>(repeating: nil, count: endpoints.count)
|
||||||
for (i, endpoint) in self.endpoints.enumerated() {
|
for (i, endpoint) in self.endpoints.enumerated() {
|
||||||
guard let endpoint = endpoint else { continue }
|
guard let endpoint = endpoint else { continue }
|
||||||
if let resolvedEndpointStringInCache = DNSResolver.cache.object(forKey: endpoint.stringRepresentation() as NSString),
|
if (endpoint.hasHostAsIPAddress()) {
|
||||||
|
resolvedEndpoints[i] = endpoint
|
||||||
|
} else if let resolvedEndpointStringInCache = DNSResolver.cache.object(forKey: endpoint.stringRepresentation() as NSString),
|
||||||
let resolvedEndpointInCache = Endpoint(from: resolvedEndpointStringInCache as String) {
|
let resolvedEndpointInCache = Endpoint(from: resolvedEndpointStringInCache as String) {
|
||||||
resolvedEndpoints[i] = resolvedEndpointInCache
|
resolvedEndpoints[i] = resolvedEndpointInCache
|
||||||
} else {
|
} else {
|
||||||
@@ -38,7 +40,9 @@ class DNSResolver {
|
|||||||
var isResolvedByDNSRequest: [Bool] = Array<Bool>(repeating: false, count: endpoints.count)
|
var isResolvedByDNSRequest: [Bool] = Array<Bool>(repeating: false, count: endpoints.count)
|
||||||
for (i, endpoint) in self.endpoints.enumerated() {
|
for (i, endpoint) in self.endpoints.enumerated() {
|
||||||
guard let endpoint = endpoint else { continue }
|
guard let endpoint = endpoint else { continue }
|
||||||
if let resolvedEndpointStringInCache = DNSResolver.cache.object(forKey: endpoint.stringRepresentation() as NSString),
|
if (endpoint.hasHostAsIPAddress()) {
|
||||||
|
resolvedEndpoints[i] = endpoint
|
||||||
|
} else if let resolvedEndpointStringInCache = DNSResolver.cache.object(forKey: endpoint.stringRepresentation() as NSString),
|
||||||
let resolvedEndpointInCache = Endpoint(from: resolvedEndpointStringInCache as String) {
|
let resolvedEndpointInCache = Endpoint(from: resolvedEndpointStringInCache as String) {
|
||||||
resolvedEndpoints[i] = resolvedEndpointInCache
|
resolvedEndpoints[i] = resolvedEndpointInCache
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -289,8 +289,8 @@ class TunnelContainer: NSObject {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
s.startActivation(tunnelConfiguration: tunnelConfiguration,
|
s.startActivation(tunnelConfiguration: tunnelConfiguration,
|
||||||
resolvedEndpoints: resolvedEndpoints,
|
resolvedEndpoints: resolvedEndpoints,
|
||||||
completionHandler: completionHandler)
|
completionHandler: completionHandler)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -356,10 +356,10 @@ class TunnelContainer: NSObject {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
guard (vpnError.code == NEVPNError.configurationInvalid || vpnError.code == NEVPNError.configurationStale) else {
|
guard (vpnError.code == NEVPNError.configurationInvalid || vpnError.code == NEVPNError.configurationStale) else {
|
||||||
os_log("Failed to activate tunnel: %{public}@", log: OSLog.default, type: .debug, "\(error)")
|
os_log("Failed to activate tunnel: %{public}@", log: OSLog.default, type: .debug, "\(error)")
|
||||||
status = .inactive
|
status = .inactive
|
||||||
completionHandler(error)
|
completionHandler(error)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
assert(vpnError.code == NEVPNError.configurationInvalid || vpnError.code == NEVPNError.configurationStale)
|
assert(vpnError.code == NEVPNError.configurationInvalid || vpnError.code == NEVPNError.configurationStale)
|
||||||
os_log("startActivation: Error says: %{public}@", log: OSLog.default, type: .debug,
|
os_log("startActivation: Error says: %{public}@", log: OSLog.default, type: .debug,
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
//
|
// SPDX-License-Identifier: MIT
|
||||||
// Copyright © 2018 WireGuard LLC. All Rights Reserved.
|
// Copyright © 2018 WireGuard LLC. All Rights Reserved.
|
||||||
//
|
|
||||||
|
|
||||||
import NetworkExtension
|
import NetworkExtension
|
||||||
import os.log
|
import os.log
|
||||||
@@ -17,7 +16,6 @@ class PacketTunnelProvider: NEPacketTunnelProvider {
|
|||||||
// MARK: Properties
|
// MARK: Properties
|
||||||
|
|
||||||
private var wgHandle: Int32?
|
private var wgHandle: Int32?
|
||||||
private var wgContext: WireGuardContext?
|
|
||||||
|
|
||||||
// MARK: NEPacketTunnelProvider
|
// MARK: NEPacketTunnelProvider
|
||||||
|
|
||||||
@@ -64,9 +62,14 @@ class PacketTunnelProvider: NEPacketTunnelProvider {
|
|||||||
}
|
}
|
||||||
|
|
||||||
configureLogger()
|
configureLogger()
|
||||||
wgContext = WireGuardContext(packetFlow: self.packetFlow)
|
|
||||||
|
|
||||||
let handle = connect(interfaceName: interfaceName, settings: wireguardSettings, mtu: mtu.uint16Value)
|
let fd = packetFlow.value(forKeyPath: "socket.fileDescriptor") as! Int32
|
||||||
|
if fd < 0 {
|
||||||
|
os_log("Starting tunnel failed: Could not determine file descriptor", log: OSLog.default, type: .error)
|
||||||
|
startTunnelCompletionHandler(PacketTunnelProviderError.couldNotStartWireGuard)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
let handle = connect(interfaceName: interfaceName, settings: wireguardSettings, fd: fd)
|
||||||
|
|
||||||
if handle < 0 {
|
if handle < 0 {
|
||||||
os_log("Starting tunnel failed: Could not start WireGuard", log: OSLog.default, type: .error)
|
os_log("Starting tunnel failed: Could not start WireGuard", log: OSLog.default, type: .error)
|
||||||
@@ -114,9 +117,8 @@ class PacketTunnelProvider: NEPacketTunnelProvider {
|
|||||||
|
|
||||||
// MTU
|
// MTU
|
||||||
if (mtu == 0) {
|
if (mtu == 0) {
|
||||||
// 0 imples automatic MTU, where we set overhead as 95 bytes,
|
// 0 imples automatic MTU, where we set overhead as 80 bytes, which is the worst case for WireGuard
|
||||||
// 80 for WireGuard and the 15 to make sure WireGuard's padding will work.
|
networkSettings.tunnelOverheadBytes = 80
|
||||||
networkSettings.tunnelOverheadBytes = 95
|
|
||||||
} else {
|
} else {
|
||||||
networkSettings.mtu = mtu
|
networkSettings.mtu = mtu
|
||||||
}
|
}
|
||||||
@@ -134,7 +136,6 @@ class PacketTunnelProvider: NEPacketTunnelProvider {
|
|||||||
/// Begin the process of stopping the tunnel.
|
/// Begin the process of stopping the tunnel.
|
||||||
override func stopTunnel(with reason: NEProviderStopReason, completionHandler: @escaping () -> Void) {
|
override func stopTunnel(with reason: NEProviderStopReason, completionHandler: @escaping () -> Void) {
|
||||||
os_log("Stopping tunnel", log: OSLog.default, type: .info)
|
os_log("Stopping tunnel", log: OSLog.default, type: .info)
|
||||||
wgContext?.closeTunnel()
|
|
||||||
if let handle = wgHandle {
|
if let handle = wgHandle {
|
||||||
wgTurnOff(handle)
|
wgTurnOff(handle)
|
||||||
}
|
}
|
||||||
@@ -159,99 +160,13 @@ class PacketTunnelProvider: NEPacketTunnelProvider {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private func connect(interfaceName: String, settings: String, mtu: UInt16) -> Int32 { // swiftlint:disable:this cyclomatic_complexity
|
private func connect(interfaceName: String, settings: String, fd: Int32) -> Int32 { // swiftlint:disable:this cyclomatic_complexity
|
||||||
return withStringsAsGoStrings(interfaceName, settings) { (nameGoStr, settingsGoStr) -> Int32 in
|
return withStringsAsGoStrings(interfaceName, settings) { (nameGoStr, settingsGoStr) -> Int32 in
|
||||||
return withUnsafeMutablePointer(to: &wgContext) { (wgCtxPtr) -> Int32 in
|
return wgTurnOn(nameGoStr, settingsGoStr, fd)
|
||||||
return wgTurnOn(nameGoStr, settingsGoStr, mtu, { (wgCtxPtr, buf, len) -> Int in
|
|
||||||
autoreleasepool {
|
|
||||||
// read_fn: Read from the TUN interface and pass it on to WireGuard
|
|
||||||
guard let wgCtxPtr = wgCtxPtr else { return 0 }
|
|
||||||
guard let buf = buf else { return 0 }
|
|
||||||
let wgContext = wgCtxPtr.bindMemory(to: WireGuardContext.self, capacity: 1).pointee
|
|
||||||
var isTunnelClosed = false
|
|
||||||
let packet = wgContext.readPacket(isTunnelClosed: &isTunnelClosed)
|
|
||||||
if isTunnelClosed { return -1 }
|
|
||||||
guard let packetData = packet?.data else { return 0 }
|
|
||||||
if packetData.count <= len {
|
|
||||||
packetData.copyBytes(to: buf, count: packetData.count)
|
|
||||||
return packetData.count
|
|
||||||
}
|
|
||||||
return 0
|
|
||||||
}
|
|
||||||
}, { (wgCtxPtr, buf, len) -> Int in
|
|
||||||
autoreleasepool {
|
|
||||||
// write_fn: Receive packets from WireGuard and write to the TUN interface
|
|
||||||
guard let wgCtxPtr = wgCtxPtr else { return 0 }
|
|
||||||
guard let buf = buf else { return 0 }
|
|
||||||
guard len > 0 else { return 0 }
|
|
||||||
let wgContext = wgCtxPtr.bindMemory(to: WireGuardContext.self, capacity: 1).pointee
|
|
||||||
let ipVersionBits = (buf[0] & 0xf0) >> 4
|
|
||||||
let ipVersion: sa_family_t? = {
|
|
||||||
if ipVersionBits == 4 { return sa_family_t(AF_INET) } // IPv4
|
|
||||||
if ipVersionBits == 6 { return sa_family_t(AF_INET6) } // IPv6
|
|
||||||
return nil
|
|
||||||
}()
|
|
||||||
guard let protocolFamily = ipVersion else { fatalError("Unknown IP version") }
|
|
||||||
let packet = NEPacket(data: Data(bytes: buf, count: len), protocolFamily: protocolFamily)
|
|
||||||
var isTunnelClosed = false
|
|
||||||
let isWritten = wgContext.writePacket(packet: packet, isTunnelClosed: &isTunnelClosed)
|
|
||||||
if isTunnelClosed { return -1 }
|
|
||||||
if isWritten {
|
|
||||||
return len
|
|
||||||
}
|
|
||||||
return 0
|
|
||||||
}
|
|
||||||
},
|
|
||||||
wgCtxPtr)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class WireGuardContext {
|
|
||||||
private var packetFlow: NEPacketTunnelFlow
|
|
||||||
private var outboundPackets: [NEPacket] = []
|
|
||||||
private var isTunnelClosed: Bool = false
|
|
||||||
private var readPacketCondition = NSCondition()
|
|
||||||
|
|
||||||
init(packetFlow: NEPacketTunnelFlow) {
|
|
||||||
self.packetFlow = packetFlow
|
|
||||||
}
|
|
||||||
|
|
||||||
func closeTunnel() {
|
|
||||||
isTunnelClosed = true
|
|
||||||
readPacketCondition.signal()
|
|
||||||
}
|
|
||||||
|
|
||||||
func packetsRead(packets: [NEPacket]) {
|
|
||||||
readPacketCondition.lock()
|
|
||||||
outboundPackets.append(contentsOf: packets)
|
|
||||||
readPacketCondition.unlock()
|
|
||||||
readPacketCondition.signal()
|
|
||||||
}
|
|
||||||
|
|
||||||
func readPacket(isTunnelClosed: inout Bool) -> NEPacket? {
|
|
||||||
if outboundPackets.isEmpty {
|
|
||||||
readPacketCondition.lock()
|
|
||||||
packetFlow.readPacketObjects(completionHandler: packetsRead)
|
|
||||||
while outboundPackets.isEmpty && !self.isTunnelClosed {
|
|
||||||
readPacketCondition.wait()
|
|
||||||
}
|
|
||||||
readPacketCondition.unlock()
|
|
||||||
}
|
|
||||||
isTunnelClosed = self.isTunnelClosed
|
|
||||||
if !outboundPackets.isEmpty {
|
|
||||||
return outboundPackets.removeFirst()
|
|
||||||
}
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func writePacket(packet: NEPacket, isTunnelClosed: inout Bool) -> Bool {
|
|
||||||
isTunnelClosed = self.isTunnelClosed
|
|
||||||
return packetFlow.writePacketObjects([packet])
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private func withStringsAsGoStrings<R>(_ str1: String, _ str2: String, closure: (gostring_t, gostring_t) -> R) -> R {
|
private func withStringsAsGoStrings<R>(_ str1: String, _ str2: String, closure: (gostring_t, gostring_t) -> R) -> R {
|
||||||
return str1.withCString { (s1cStr) -> R in
|
return str1.withCString { (s1cStr) -> R in
|
||||||
let gstr1 = gostring_t(p: s1cStr, n: str1.utf8.count)
|
let gstr1 = gostring_t(p: s1cStr, n: str1.utf8.count)
|
||||||
|
|||||||
+1
-1
Submodule wireguard-go updated: 738d027f0b...276bf973e8
@@ -15,6 +15,7 @@ import "C"
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"bufio"
|
"bufio"
|
||||||
|
"errors"
|
||||||
"git.zx2c4.com/wireguard-go/tun"
|
"git.zx2c4.com/wireguard-go/tun"
|
||||||
"golang.org/x/sys/unix"
|
"golang.org/x/sys/unix"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
@@ -25,7 +26,6 @@ import (
|
|||||||
"runtime"
|
"runtime"
|
||||||
"strings"
|
"strings"
|
||||||
"unsafe"
|
"unsafe"
|
||||||
"errors"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var loggerFunc unsafe.Pointer
|
var loggerFunc unsafe.Pointer
|
||||||
@@ -75,7 +75,7 @@ func wgSetLogger(loggerFn uintptr) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//export wgTurnOn
|
//export wgTurnOn
|
||||||
func wgTurnOn(ifnameRef string, settings string, mtu uint16, readFn uintptr, writeFn uintptr, ctx uintptr) int32 {
|
func wgTurnOn(ifnameRef string, settings string, tunFd int32) int32 {
|
||||||
interfaceName := string([]byte(ifnameRef))
|
interfaceName := string([]byte(ifnameRef))
|
||||||
|
|
||||||
logger := &Logger{
|
logger := &Logger{
|
||||||
@@ -86,12 +86,14 @@ func wgTurnOn(ifnameRef string, settings string, mtu uint16, readFn uintptr, wri
|
|||||||
|
|
||||||
logger.Debug.Println("Debug log enabled")
|
logger.Debug.Println("Debug log enabled")
|
||||||
|
|
||||||
tun := tun.CreateTUN(mtu, unsafe.Pointer(readFn), unsafe.Pointer(writeFn), unsafe.Pointer(ctx))
|
tun, _, err := tun.CreateTUNFromFD(int(tunFd))
|
||||||
|
if err != nil {
|
||||||
|
logger.Error.Println(err)
|
||||||
|
return -1
|
||||||
|
}
|
||||||
logger.Info.Println("Attaching to interface")
|
logger.Info.Println("Attaching to interface")
|
||||||
device := NewDevice(tun, logger)
|
device := NewDevice(tun, logger)
|
||||||
|
|
||||||
logger.Debug.Println("Interface has MTU", device.tun.mtu)
|
|
||||||
|
|
||||||
bufferedSettings := bufio.NewReadWriter(bufio.NewReader(strings.NewReader(settings)), bufio.NewWriter(ioutil.Discard))
|
bufferedSettings := bufio.NewReadWriter(bufio.NewReader(strings.NewReader(settings)), bufio.NewWriter(ioutil.Discard))
|
||||||
setError := ipcSetOperation(device, bufferedSettings)
|
setError := ipcSetOperation(device, bufferedSettings)
|
||||||
if setError != nil {
|
if setError != nil {
|
||||||
|
|||||||
@@ -8,9 +8,9 @@ package main
|
|||||||
/* Fit within memory limits for iOS */
|
/* Fit within memory limits for iOS */
|
||||||
|
|
||||||
const (
|
const (
|
||||||
QueueOutboundSize = 1024
|
QueueOutboundSize = 1024
|
||||||
QueueInboundSize = 1024
|
QueueInboundSize = 1024
|
||||||
QueueHandshakeSize = 1024
|
QueueHandshakeSize = 1024
|
||||||
MaxSegmentSize = 1700
|
MaxSegmentSize = 1700
|
||||||
PreallocatedBuffersPerPool = 1024
|
PreallocatedBuffersPerPool = 1024
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -0,0 +1,52 @@
|
|||||||
|
/* SPDX-License-Identifier: GPL-2.0
|
||||||
|
*
|
||||||
|
* Copyright (C) 2017-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package tun
|
||||||
|
|
||||||
|
import (
|
||||||
|
"git.zx2c4.com/wireguard-go/rwcancel"
|
||||||
|
"golang.org/x/sys/unix"
|
||||||
|
"net"
|
||||||
|
"os"
|
||||||
|
)
|
||||||
|
|
||||||
|
func CreateTUNFromFD(tunFd int) (TUNDevice, string, error) {
|
||||||
|
file := os.NewFile(uintptr(tunFd), "/dev/tun")
|
||||||
|
tun := &nativeTun{
|
||||||
|
tunFile: file,
|
||||||
|
fd: file.Fd(),
|
||||||
|
events: make(chan TUNEvent, 5),
|
||||||
|
errors: make(chan error, 5),
|
||||||
|
}
|
||||||
|
var err error
|
||||||
|
tun.rwcancel, err = rwcancel.NewRWCancel(tunFd)
|
||||||
|
if err != nil {
|
||||||
|
return nil, "", err
|
||||||
|
}
|
||||||
|
name, err := tun.Name()
|
||||||
|
if err != nil {
|
||||||
|
tun.rwcancel.Cancel()
|
||||||
|
return nil, "", err
|
||||||
|
}
|
||||||
|
tunIfindex, err := func() (int, error) {
|
||||||
|
iface, err := net.InterfaceByName(name)
|
||||||
|
if err != nil {
|
||||||
|
return -1, err
|
||||||
|
}
|
||||||
|
return iface.Index, nil
|
||||||
|
}()
|
||||||
|
if err != nil {
|
||||||
|
tun.tunFile.Close()
|
||||||
|
return nil, "", err
|
||||||
|
}
|
||||||
|
tun.routeSocket, err = unix.Socket(unix.AF_ROUTE, unix.SOCK_RAW, unix.AF_UNSPEC)
|
||||||
|
if err != nil {
|
||||||
|
tun.tunFile.Close()
|
||||||
|
return nil, "", err
|
||||||
|
}
|
||||||
|
go tun.routineRouteListener(tunIfindex)
|
||||||
|
|
||||||
|
return tun, name, nil
|
||||||
|
}
|
||||||
@@ -1,90 +0,0 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0
|
|
||||||
*
|
|
||||||
* Copyright (C) 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package tun
|
|
||||||
|
|
||||||
// #include <sys/types.h>
|
|
||||||
// static ssize_t callFnWithCtx(const void *func, const void *ctx, const void *buffer, size_t len)
|
|
||||||
// {
|
|
||||||
// return ((ssize_t(*)(const void *, const unsigned char *, size_t))func)(ctx, buffer, len);
|
|
||||||
// }
|
|
||||||
import "C"
|
|
||||||
|
|
||||||
import (
|
|
||||||
"os"
|
|
||||||
"syscall"
|
|
||||||
"unsafe"
|
|
||||||
)
|
|
||||||
|
|
||||||
type nativeTun struct {
|
|
||||||
events chan TUNEvent
|
|
||||||
mtu int
|
|
||||||
readFn unsafe.Pointer
|
|
||||||
writeFn unsafe.Pointer
|
|
||||||
ctx unsafe.Pointer
|
|
||||||
}
|
|
||||||
|
|
||||||
func CreateTUN(mtu uint16, readFn unsafe.Pointer, writeFn unsafe.Pointer, ctx unsafe.Pointer) TUNDevice {
|
|
||||||
if mtu == 0 {
|
|
||||||
/* 0 means automatic MTU, which iOS makes outerMTU-80-15. The 80 is for
|
|
||||||
* WireGuard and the 15 ensures our padding will work. Therefore, it's
|
|
||||||
* safe to have this code assume a massive MTU.
|
|
||||||
*/
|
|
||||||
mtu = ^mtu
|
|
||||||
}
|
|
||||||
tun := &nativeTun{
|
|
||||||
events: make(chan TUNEvent, 10),
|
|
||||||
mtu: int(mtu),
|
|
||||||
readFn: readFn,
|
|
||||||
writeFn: writeFn,
|
|
||||||
ctx: ctx,
|
|
||||||
}
|
|
||||||
tun.events <- TUNEventUp
|
|
||||||
return tun
|
|
||||||
}
|
|
||||||
|
|
||||||
func (tun *nativeTun) Name() (string, error) {
|
|
||||||
return "tun", nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func (tun *nativeTun) File() *os.File {
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func (tun *nativeTun) Events() chan TUNEvent {
|
|
||||||
return tun.events
|
|
||||||
}
|
|
||||||
|
|
||||||
func (tun *nativeTun) Read(buff []byte, offset int) (int, error) {
|
|
||||||
ret := C.callFnWithCtx(tun.readFn, tun.ctx, unsafe.Pointer(&buff[offset]), C.size_t(len(buff) - offset))
|
|
||||||
if ret < 0 {
|
|
||||||
return 0, syscall.Errno(-ret)
|
|
||||||
}
|
|
||||||
return int(ret), nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func (tun *nativeTun) Write(buff []byte, offset int) (int, error) {
|
|
||||||
ret := C.callFnWithCtx(tun.writeFn, tun.ctx, unsafe.Pointer(&buff[offset]), C.size_t(len(buff) - offset))
|
|
||||||
if ret < 0 {
|
|
||||||
return 0, syscall.Errno(-ret)
|
|
||||||
}
|
|
||||||
return int(ret), nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func (tun *nativeTun) Close() error {
|
|
||||||
if tun.events != nil {
|
|
||||||
close(tun.events)
|
|
||||||
}
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func (tun *nativeTun) setMTU(n int) error {
|
|
||||||
tun.mtu = n
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func (tun *nativeTun) MTU() (int, error) {
|
|
||||||
return tun.mtu, nil
|
|
||||||
}
|
|
||||||
@@ -10,10 +10,9 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
typedef struct { const char *p; size_t n; } gostring_t;
|
typedef struct { const char *p; size_t n; } gostring_t;
|
||||||
typedef ssize_t(*read_write_fn_t)(void *ctx, unsigned char *buf, size_t len);
|
|
||||||
typedef void(*logger_fn_t)(int level, const char *msg);
|
typedef void(*logger_fn_t)(int level, const char *msg);
|
||||||
extern void wgSetLogger(logger_fn_t logger_fn);
|
extern void wgSetLogger(logger_fn_t logger_fn);
|
||||||
extern int wgTurnOn(gostring_t ifname, gostring_t settings, uint16_t mtu, read_write_fn_t read_fn, read_write_fn_t write_fn, void *ctx);
|
extern int wgTurnOn(gostring_t ifname, gostring_t settings, int32_t tun_fd);
|
||||||
extern void wgTurnOff(int handle);
|
extern void wgTurnOff(int handle);
|
||||||
extern char *wgVersion();
|
extern char *wgVersion();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user