From e4e229b592abb9e333da228f3a40bce99e2143e2 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Fri, 6 Sep 2024 00:29:18 +0800 Subject: [PATCH] Updated Set up http proxy server (markdown) --- Set-up-http-proxy-server.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Set-up-http-proxy-server.md b/Set-up-http-proxy-server.md index 3717625..f0fd1b9 100644 --- a/Set-up-http-proxy-server.md +++ b/Set-up-http-proxy-server.md @@ -32,11 +32,11 @@ Allow 0.0.0.0/0 Please modify `myuser` / `mypassword` to your values. -By default `tinyproxy` listen to `127.0.0.1`, we modify it to `0.0.0.0` so that it can be accessed from outside. +By default `tinyproxy` listens to `127.0.0.1`, we modify it to `0.0.0.0` so that it can be accessed from outside. By default tinyproxy only accepts requests from `127.0.0.0`, we modify it to `0.0.0.0/0` so that it accepts all requests from outside. -By default `tinyproxy` listen to `8888` port, you can find `port 8888` in the config file, and modify it to your value. +By default `tinyproxy` listens to `8888` port, you can find `port 8888` in the config file, and modify it to your value. Please restart the server after your modification to config