mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-17 00:01:28 +03:00
Updated Set up http proxy server (markdown)
@@ -46,6 +46,19 @@ By default, Tinyproxy only accepts requests from `127.0.0.1`. We will modify it
|
|||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
By default, Tinyproxy connect to `443` and `563`. Please also add the port that RustDesk needs.
|
||||||
|
|
||||||
|
```
|
||||||
|
ConnectPort 443
|
||||||
|
ConnectPort 563
|
||||||
|
ConnectPort 21114
|
||||||
|
ConnectPort 21115
|
||||||
|
ConnectPort 21116
|
||||||
|
ConnectPort 21117
|
||||||
|
ConnectPort 21118
|
||||||
|
ConnectPort 21119
|
||||||
|
```
|
||||||
|
|
||||||
Please restart the server after making your modifications to the configuration file.
|
Please restart the server after making your modifications to the configuration file.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user