ChatGPT led me to tunsafe however the project seems to be abandoned?

I’m trying to find ways to convert wireguard traffic into plain HTTPS so as to not trigger some advanced DPI. So far, I have come across udp2raw and updtunnel which convert the traffic to TCP, but AFAIK the SSL used in Wireguard triggers DPIs.

Does anyone have a workaround? Thanks!


Everyone, there seems to be a way go achieve this:

Wireguard (change port to 443) + udp2raw or udptunnel to convert packets to TCP + stunnel (configured on both client and server - used by OpenVPN to encapsulate traffic in TLS).

This is basically what OpenVPN does, and theoretically this should do OK. I haven’t tested it however, so if you have, please let us know!

  • @MigratingtoLemmyOP
    link
    English
    1911 months ago

    I’m aware that it is encrypted, however DPIs can pick out Wireguard traffic (due to the behaviour of SSL used in the protocol) and can identify/deny Wireguard traffic. I don’t want that to happen. OpenVPN has a way to mask its traffic, I’m trying to see if anyone has done anything of the sort with Wireguard

    • @_stranger_
      link
      English
      511 months ago

      shadowsocks seems to be the best way for now.

      • @MigratingtoLemmyOP
        link
        English
        211 months ago

        Thank you. It’s between this and SoftEther now

    • @[email protected]
      link
      fedilink
      English
      -711 months ago

      You can try putting it on pretty 443 or another tls port. It’s not a perfect solution but it could help for your specific setup.

      • @TCB13
        link
        English
        -211 months ago

        Yes this is a good way to baypass a lot of commercial firewalls.

          • @TCB13
            link
            English
            -211 months ago

            I know it doesn’t do shit against DPI, but you would be amazed at the amount of firewalls in corporate networks, hotels and public places that’ll be able to bypass by just running WG on port 443 or 80.