From 201bb15ac6934569906926db2b37fdf840d733b4 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Fri, 6 Sep 2024 00:31:24 +0800 Subject: [PATCH] Updated Set up http proxy server (markdown) --- Set-up-http-proxy-server.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/Set-up-http-proxy-server.md b/Set-up-http-proxy-server.md index f0fd1b9..045d5cd 100644 --- a/Set-up-http-proxy-server.md +++ b/Set-up-http-proxy-server.md @@ -47,7 +47,35 @@ sudo service tinyproxy restart # Verify if it works ``` -curl -x http://:8888 --proxy-user myuser:mypassword -L https://www.yahoo.com +curl -x http://:8888 --proxy-user myuser:mypassword -L http://www.yahoo.com +``` + +e.g. If you do not add `Allow 0.0.0.0/0` in above config file, you will something as below. + +``` + + + + + + +403 Access denied + + + + + +

Access denied

+ +

The administrator of this proxy has not configured it to service requests from your host.

+ +
+ +

Generated by tinyproxy version 1.11.1.

+ + + + ``` # Configure it on RustDesk