|
|
|
|
|
by luckylion
2065 days ago
|
|
> Because a VPN in this sense is just a glorified proxy. The VPN provider can see all your traffic, and do with it what they want - including logging. Wow, I didn't know VPN providers have broken SSL and can read all that traffic. This was on the frontpage before. Are people just upvoting it for the clickbait headline without reading the points that are being made? |
|
They could do per-flow logging of TCP flows (subscriber 89 made a TCP connection to 1.2.3.4:567 starting at 12:00:05, ending at 12:02:04, transferring 10kB up and 1MB down). In the worst case this would also include the TLS SNI, which is transmitted in plaintext.
Or it they could do logging based on the endpoint (subscriber 89 transmitted 1MB from IP 1.2.3.4 in the 15 minute interval 12:00-12:15).