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
2abd7b5d4a
commit
e4e229b592
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue