From 839950bb7f91843d221eb14622f3c3eac0af60a9 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:07:44 +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 83893df..5e5b5a1 100644 --- a/Set-up-http-proxy-server.md +++ b/Set-up-http-proxy-server.md @@ -36,7 +36,7 @@ Please modify myuser and mypassword to your own values. By default, Tinyproxy listens on `127.0.0.1`. We will change it to `0.0.0.0` so that it can be accessed from outside. -By default, Tinyproxy only accepts requests from `127.0.0.1`. We will modify it to `0.0.0.0/0` so that it accepts requests from any IP address. +By default, Tinyproxy only accepts requests from `127.0.0.1`. We will modify it to `0.0.0.0/0` so that it accepts requests from any IP address and port. By default, Tinyproxy listens on port `8888`. You can find the line `port 8888` in the configuration file and change it to your desired value.