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?

    • shininghero@pawb.social
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 month ago

      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.mlOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      28 days 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