Linus Färnstrand
Linus Färnstrand
Have you made sure it did produce/you copied? `dist-assets/binaries/linux/libnftnl.a`? This is what our own makefile should do for you if you just ```bash cd dist-assets/binaries make libnftnl ``` like the...
All errors posted are from building `nftnl-rs`, our own Linux firewall crate. Apparently it does not support arm. This is unfortunate and should probably be fixed.
I suspect last time we successfully built it for ARM was before this functionality was added to `nftnl-rs`.
I have no idea. I have never built `nftnl-rs` on ARM myself. Compare the errors above with the git history maybe? But it does not matter much. This app needs...
We upgraded our `nftnl` dependency to version `0.3` in #1673. Try building the master branch of this repository on ARM now and see if it can proceed further.
Yeah so the app depends on a number of external things not part of the Rust build chain. For example WireGuard. You will have to check `wireguard/build-wireguard-go.sh` and see if...
What version of systemd are you running? Question directed to everyone who has this issue :) Since it works for the vast majority of Linux users (including Fedora 34 KDE)...
Thanks for the suggestion. It sounds like a cool feature. But it would involve a pretty major refactor of our app, since the VPNService stuff is fairly central to how...
This is blocked on the fact that WireGuard currently can't operate over TCP and Shadowsocks can't really relay UDP. But yes, using bridges with WireGuard connections is surely a desired...
Let's keep the issue open. It's something we want to implement. If it's open other people might see it easier and not create duplicate issues.