From d7965df4229f4b102682911f6e16e41a8e4bdbbc Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Sun, 4 Apr 2021 17:58:01 +0200 Subject: [PATCH] Added note about POSTs in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 66baa20..70f0c4a 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,5 @@ This script accepts PROXY-Calls on 9097 and tunnels them into the Edge of the Cl This way you can access the Internet using a huge range of IPs, that change on every request and are considered clean. In order for this to work, we MITM all SSL-Trafic using our own certs. This means all websites with HSTS won't work. And browsers and other software might refuse to connect to a server, because the cert it gets looks rather suspicious... + +Also: POST-Requests don't work correctly yet; while they go through, the body gets dropped. Could be fixed, but I dont have time right now...