mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 10:26:19 +02:00
Updated Set up http proxy server (markdown)
parent
ad30c0097f
commit
38fda6419c
1 changed files with 13 additions and 0 deletions
|
@ -174,6 +174,19 @@ One RustDesk user shared his method for creating an HTTPS proxy with Apache2. I
|
|||
> sudo ufw allow 443/tcp
|
||||
> sudo ufw allow 4443/tcp
|
||||
>
|
||||
> You can verify the proxy like this
|
||||
>
|
||||
> ```
|
||||
> curl -x https://<proxy-server-ip>:443 --proxy-user myuser:mypassword -L http://www.yahoo.com
|
||||
> ```
|
||||
>
|
||||
> If you use your self-signed certificate, you can ignore the tsl verification by adding `--proxy-insecure`
|
||||
>
|
||||
> ```
|
||||
> curl -x https://<proxy-server-ip>:443 --proxy-user myuser:mypassword -L http://www.yahoo.com
|
||||
> ```
|
||||
>
|
||||
|
||||
> Finally configure it on rustdesk:
|
||||
|
||||

|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue