mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
Updated Set up http proxy server (markdown)
parent
45b6e6d4a4
commit
291bd1db0a
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue