mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-07 12:20:03 +03:00
Updated Set up http proxy server (markdown)
@@ -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:
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user