Jake McGinty
Jake McGinty
Hey @hardBSDk, you can use any userspace implementation of WireGuard you'd like via the `WG_USERSPACE_IMPLEMENTATION` or `WG_QUICK_USERSPACE_IMPLEMENTATION` environment variables. It just defaults to `wireguard-go` if those aren't set, as it's...
The code is here: https://github.com/tonarino/innernet/blob/main/wireguard-control/src/backends/userspace.rs#L262-L273 It's not documented, unfortunately. That should probably change... `WG_QUICK_USERSPACE_IMPLEMENTATION` initially existed for `wg-quick`, and I wrote it this way to respect that variable if it's...
Agreed, and I'd also like to get innernet in the official brew repository. macOS innernet needs a bit of love :).
@goodhoko that happens to me too, I think like you said we just need to handle SIGINT more intelligently. I'll open a separate issue for that, because this is a...
Yeah, there probably needs to be better documentation (or just... decisions) to decide when exactly a cache is used or not by a client. I think @agausmann hit the nail...
This seems implemented already?
Yep, this is focused on Tor Project iconography. The goal with having a liberally licensed asset with sources will be that if a new icon pops up that's ready for...
Hey @bomgar, sorry for the late response! I wouldn't necessarily be looking for a stable API, and I could certainly use `fblog` as a subprocess, but one of the main...
Sweet! I'll try to tackle it when I have a free moment :).