Setup a private VPN across our machines #91
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm so tired of having to patch every single daemon to make it work with a HTTP proxy so we can forward it to some of the endpoints that have full Internet access. Some services don't even support proxying:
ac22adc973/TODO (L22)
Let's run something like wireguard so we can remove the HTTP proxy and tunnel the full traffic to a virtual interface. It should be also tolerant to failures in some of the endpoints so we don't lose connectivity. We may need to find something we can run inside a SSH tunnel, because... reasons.