Updated Set up http proxy server (markdown)

RustDesk
2024-09-09 22:07:44 +08:00
parent 5249151a40
commit 839950bb7f

@@ -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.