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?

  • hendrik@palaver.p3x.de
    cake
    link
    fedilink
    English
    arrow-up
    22
    ·
    edit-2
    9 hours ago

    https://github.com/erebe/wstunnel seems like the obvious solution.

    Or maybe OpenVPN over normal TLS on port 443.

    You could try to run Wireguard on a different port which would be otherwise used by some very common service, maybe there’s some general exemption for port 21, 22, 53, 80, 443…

    • shininghero@pawb.social
      link
      fedilink
      English
      arrow-up
      2
      ·
      9 hours 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.