Marek Küthe
Marek Küthe
Maybe take a look at https://tailscale.com/kb/1053/install-static ?!
> > I think, it is the same as for other GNU/Linux distributions; they don't have tail scale either. > > I see Alpine, Gentoo, NixOS, OpenBSD, OpenSuse, VoidLinux to...
What is the current solution to the problem? I still think that not allowing startup as root makes sense.
So the current solution is to not have one and to have to compile the program yourself? Unfortunately, I am not familiar with libcap or operating system queries (whether Linux...
> > So the current solution is to not have one and to have to compile the program yourself? > > Not sure how to respond to this, I thought...
Regarding parameters: I wrote a blog post about [AmneziaWG](https://mk16.de/blog/amneziawg-en/). In it, I explain the parameters, their meaning, and their recommended values. For compatibility with vanilla WireGuard maybe also take a...
Same: ``` Warning: https://neilalexander.s3.dualstack.eu-west-2.amazonaws.com/deb/dists/debian/InRelease: Policy will reject signature within a year, see --audit for details Audit: https://neilalexander.s3.dualstack.eu-west-2.amazonaws.com/deb/dists/debian/InRelease: Sub-process /usr/bin/sqv returned an error code (1), error message is: Signing key on...
Ping on maintainer @mfontanini
Seems like copy-paste didn't work: ``` $ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DLIBTINS_ENABLE_CXX11=1 -B build CMake Error at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 3.5 has been removed from CMake. Update the...
I tried to create a PR, https://github.com/mfontanini/libtins/pull/556 - it compiles for me. But of course, it's possible that I overlooked something.