-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Wireguard #163
Implement Wireguard #163
Conversation
I will look at this in a couple minutes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This goes way above my IOS abilities to review, but from the parts that are on my level, looks good!
520c10f
to
5297f61
Compare
104f821
to
e5aebbd
Compare
try await self.setTunnelNetworkSettings(tunNs) | ||
self.logger.info("Set remote tunnel address to \(tunNs.tunnelRemoteAddress)") | ||
|
||
// let tunFd = self.packetFlow.value(forKeyPath: "socket.fileDescriptor") as! Int; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can delete this
Implements Wireguard
a1f58b8
to
c80eca1
Compare
This PR adds Wireguard Protocol support for burrow.
#91