Does netbird run on wg on on ovpn as well? Maybe that’s an option…
Comment on Means to privately connect to my home server other than Tailscale?
hendrik@palaver.p3x.de 8 hours 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…
hoshikarakitaridia@lemmy.world 8 hours ago hendrik@palaver.p3x.de 8 hours ago
I’m not really an expert on VPN, but I believe solutions like Tailscale, Netbird, Pangolin all leverage the Wireguard protocol.
FedX@quokk.au 8 hours ago
Yeah, WG is by far the best way to do this kind of networking.
Dojan@pawb.social 7 hours ago NetBird is Wireguard yes.
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.