@iska
WireGuard over TLS channel still somehow works, but this is getting very annoying. I have to get out of here ASAP 😩
@m0xee@social.librem.one show me how to do it
@iska
Proton's application does this, the idea is very simple — just transmitting WG UDP packets over a TLS channel, you can do it yourself with something like this: https://github.com/lygstate/wireguard-proxy
I want to adopt it to my needs so I can run it right on my proxy to do the same as Proton's software does, but it looks like port numbers to connect to are no longer accessible via their web API — most likely to prevent entry points from getting blocked 🤣
@iska
Yep, looks like it. They have figured out a way to detect it and filter it out.
There is also a way to proxy WireGuard over TCP, which is very cheap and they aren't filtering it out — at least the entrypoints they don't block by address are still accessible this way. The utility I've linked above can do that too.