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

Golang and Android implementation of "notwireguard" protocol #6

Open
cawidtu opened this issue Jun 2, 2023 · 3 comments
Open

Golang and Android implementation of "notwireguard" protocol #6

cawidtu opened this issue Jun 2, 2023 · 3 comments

Comments

@cawidtu
Copy link

cawidtu commented Jun 2, 2023

I have added the obfuscation techniques from "notwireguard" to the Go and Android version of Wireguard, see the forks at

https://github.com/cawidtu/notwireguard-go

and

https://github.com/cawidtu/notwireguard-android
respectively.

@aabdellah
Copy link

Hi,

Thanks for the contribution.

Do you have any idea if the same wireguard-go would work with the iOS app as well?

I remember checking it and found that it uses the some kind of go library bridge, but I didn't have the time nor the skills to figure the changes to do on the go library.

@cawidtu
Copy link
Author

cawidtu commented Jun 4, 2023

I have looked into the sources of the iOS app and am optimistic that it works. For the Android version, I essentially had to change the link to the Go implementation to my fork. Something similar could be tried in the file https://github.com/WireGuard/wireguard-apple/blob/master/Sources/WireGuardKitGo/api-apple.go of the iOS version.

However, I do not have any iOS devices and cannot test that.

@aabdellah
Copy link

Thanks, I will give it a try and get back to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants