From 4ab868597981e0b877bd3a41efa703d5b38d0a2a Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Fri, 6 Sep 2024 00:48:09 +0800 Subject: [PATCH] Updated Set up http proxy server (markdown) --- Set-up-http-proxy-server.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Set-up-http-proxy-server.md b/Set-up-http-proxy-server.md index d806675..3e5b394 100644 --- a/Set-up-http-proxy-server.md +++ b/Set-up-http-proxy-server.md @@ -52,7 +52,7 @@ sudo service tinyproxy restart 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 get something as below. Here you can ask `chatgpt` if you see some errors. +e.g. If you do not add `Allow 0.0.0.0/0` in above config file, you will get something as below. ``` @@ -80,6 +80,11 @@ e.g. If you do not add `Allow 0.0.0.0/0` in above config file, you will get some ``` +Here you can ask `chatgpt` if you see some error. + +![image](https://github.com/user-attachments/assets/07ecce83-3689-4155-979f-251d242dfd14) + + # Configure it on RustDesk ![image](https://github.com/user-attachments/assets/aa1c2f52-7a8c-456a-9246-6594027fce82)