ViRb3
ViRb3
Which version of WSL do you have installed? This script may only work with v1.
Nevermind, I can confirm building works fine on WSL 2 Ubuntu 22.04.1. Simply do not use `sudo` :)
What distro and shell are you using? For a quick workaround, you can do `wgcf register --accept-tos` to bypass the interactive prompt.
By using the above command you are automatically saying yes to TOS. I guess that OpenWRT and/or your PuTTY setup ends up using a shell that is incompatible with the...
I don't have the time to do this, but PRs are welcome.
This sounds like a network/ISP issue more than anything else. I am using wgcf extensively on Ubuntu 20.04 and I have no problems whatsoever. Unless somebody can propose a change...
@yura-pakhuchiy wgcf doesn't use a static IP address, it uses the one that Cloudflare sends it: https://github.com/ViRb3/wgcf/blob/1780811d56b3f2165b32158ac8443c6820bf0fe4/cmd/generate/generate.go#L49-L55 As far as I'm aware you cannot omit all `Address` fields in WireGuard....
@galpt could you please confirm that the MTU is the same across all major platforms, namely Windows, Linux, Android, and iOS? When I created wgcf, I took the MTU from...
Yes, it is possible. A separate workflow job/step should be created that uses [gomobile](https://pkg.go.dev/golang.org/x/mobile/cmd/gomobile) to build with the Android NDK. I am busy at the moment but will try to...
Thanks for reporting! I will take a look later today when I have access to a Linux machine.