Nick Sweeting
Nick Sweeting
This problem will go away when we switch to using long-running playwright workers instead of spawning chrome headless 3x for each URL https://github.com/ArchiveBox/ArchiveBox/issues/51 In the meantime to work around this...
Ok, I can't promise a fix immediately but will take a look soon at why `--no-zygote` isn't working as it should.
What's the final ideal path you're trying to achieve? ``` SSH Client connects over the internet -> public IPv6 addr on VPS -> VPS's routing table -> wireguard outbound from...
Sure, although I'm surprised anyone uses raw `wg` tbh, `wg-quick` has always seemed like the primary user-facing CLI to me.
I just checked and `wg-quick` handles a superset of `wg`'s file-based config features. I use it for my server-to-server VPN, not for privacy, and have never felt the need to...
if you're ok with having the VM always running, you could put some code in the VM that just sleeps your app until it gets a request. Otherwise this gets...
By certain applications do you mean certain ports, or unix sockets, or something else? I believe the wireguard userspace implementations let you do anyting you want with the wireguard connection,...
Figured out how to do this with docker: https://github.com/pirate/wireguard-docs#containerization If you can get your application running inside a docker container, then you can route all of its traffic through wireguard...
Aha good to know, does wg do DHCP at all to assign IPs when clients have a range in `AllowedIps`, or do clients all self-assign their own?
not sure what you're asking for... Isn't this just https://github.com/pirate/wireguard-docs#ListenPort ?