Skip to content
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

Merged
merged 1 commit into from
Dec 23, 2023
Merged

Implement Wireguard #163

merged 1 commit into from
Dec 23, 2023

Conversation

JettChenT
Copy link
Member

This PR adds Wireguard Protocol support for burrow.

#91

@jaspermayone
Copy link
Contributor

I will look at this in a couple minutes

Copy link
Contributor

@jaspermayone jaspermayone left a 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!

Apple/NetworkExtension/DataTypes.swift Outdated Show resolved Hide resolved
burrow/src/daemon/instance.rs Outdated Show resolved Hide resolved
burrow/src/daemon/net/apple.rs Outdated Show resolved Hide resolved
burrow/src/daemon/net/apple.rs Outdated Show resolved Hide resolved
burrow/src/wireguard/iface.rs Outdated Show resolved Hide resolved
burrow/src/wireguard/iface.rs Outdated Show resolved Hide resolved
burrow/src/wireguard/iface.rs Outdated Show resolved Hide resolved
burrow/src/wireguard/iface.rs Outdated Show resolved Hide resolved
burrow/src/wireguard/iface.rs Outdated Show resolved Hide resolved
burrow/src/wireguard/iface.rs Outdated Show resolved Hide resolved
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;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can delete this

@JettChenT JettChenT enabled auto-merge (rebase) December 23, 2023 19:21
Implements Wireguard
@conradev conradev disabled auto-merge December 23, 2023 19:25
@conradev conradev merged commit b008762 into main Dec 23, 2023
11 checks passed
@conradev conradev deleted the boringtun-merge-2 branch December 23, 2023 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants