Wireguard is blocked in my country, so I no longer can use Tailscale or other Wireguard-based solutions. My home server is behind a NAT. What other ways of secure private connection can I use?
AmneziaWG is a Wireguard fork built against deep packet inspection, try that.
kugmo@sh.itjust.works
exu@feditown.com
moldy_rice@piefed.keyboardvagabond.com
carrylex@lemmy.world
irmadlad@lemmy.world
gooeyglob@lemmy.world
Nikki@lemmy.blahaj.zone
hendrik@palaver.p3x.de 2 weeks ago
https://github.com/erebe/wstunnel
Or maybe OpenVPN over nirmal TLS on port 443.
You could also try to run wireguard on a different port which would be otherwise used by some common service…
OpenVPN is my current method. Got it running on port 443 with user certificate authentication, and tls-crypt on top of that to completely mask the protocol from VPN detectors.
Also technically prevents DoS attacks, but that wasn’t my primary goal.
myszka@lemmy.ml 2 weeks ago
Wow, wstunnel seems to be a very elegant solution, thanks! However I still need to figure out how to get to my server behind a NAT
Does netbird run on wg on on ovpn as well? Maybe that’s an option…
hendrik@palaver.p3x.de 2 weeks ago
I’m not really an expert on VPN, but I believe solutions like Tailscale, Netbird, Pangolin all leverage the Wireguard protocol.
NetBird is Wireguard yes.