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