From 7caa598baaf82890e1c66403a9726d87b1aef394 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Fri, 6 Sep 2024 00:37:32 +0800 Subject: [PATCH] Updated Set up http proxy server (markdown) --- Set-up-http-proxy-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Set-up-http-proxy-server.md b/Set-up-http-proxy-server.md index 1d54873..65973c8 100644 --- a/Set-up-http-proxy-server.md +++ b/Set-up-http-proxy-server.md @@ -50,7 +50,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 something as below. +e.g. If you do not add `Allow 0.0.0.0/0` in above config file, you will get something as below. ```