Depending on the VPN type it appears like a completely different type of traffic. GRE and ESP are different types of IP traffic (layer 3). WireGuard uses encrypted tunnels by encapsulating IP packets over UDP so it would be a little less obvious. There are VPNs that make all traffic look like SSL traffic but those are generally less secure. You could probably double up and create a separate encapsulated encrypted traffic stream inside the SSL but that’s a shit ton of overhead.
How does one use a vpn without their ISP seeing it in the traffic? I assume you’d encapsulate it in a tunnel that looks like https.
Yes. They’re passing laws they don’t understand. I’m surprised they didn’t randomly toss in NFT, Bitcoin, and Blockchain as buzz words.
Depending on the VPN type it appears like a completely different type of traffic. GRE and ESP are different types of IP traffic (layer 3). WireGuard uses encrypted tunnels by encapsulating IP packets over UDP so it would be a little less obvious. There are VPNs that make all traffic look like SSL traffic but those are generally less secure. You could probably double up and create a separate encapsulated encrypted traffic stream inside the SSL but that’s a shit ton of overhead.