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!
TheHobbyist@lemmy.zip 1 year ago
I have heard of shadowsocks for this purpose. I have not tried it myself but I recall having read it being used to hide VPN traffic behind the great firewall. A brief intro to it here:
errande.com/obfuscate-wireguard/
MigratingtoLemmy@lemmy.world 1 year ago
Thank you. It’s between this and SoftEther now
lemmyvore@feddit.nl 1 year ago
Keep in mind there’s another very easy method to mess with wg traffic: breaking the connection once every 30 seconds or so. This won’t affect the vast majority of real HTTPS connections but will ruin long lived connections like ssh or streaming.