mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-21 05:13:19 +03:00
Updated Set up http proxy server (markdown)
@@ -113,10 +113,11 @@ One RustDesk user shared his method for creating an HTTPS proxy with Apache2. I
|
|||||||
>
|
>
|
||||||
> Enable the necessary modules
|
> Enable the necessary modules
|
||||||
>
|
>
|
||||||
> a2enmod ssl
|
> sudo a2enmod ssl
|
||||||
> a2enmod proxy
|
> sudo a2enmod proxy
|
||||||
> a2enmod proxy_connect
|
> sudo a2enmod proxy_connect
|
||||||
> a2enmod proxy_http
|
> sudo a2enmod proxy_http
|
||||||
|
> sudo service apache2 restart
|
||||||
>
|
>
|
||||||
> Create a file with proxy-user credentials:
|
> Create a file with proxy-user credentials:
|
||||||
>
|
>
|
||||||
@@ -170,8 +171,8 @@ One RustDesk user shared his method for creating an HTTPS proxy with Apache2. I
|
|||||||
>
|
>
|
||||||
> As all ports of `hbbs` and `hbbr` are connected via proxy, you can disable these ports in ufw. You only need to open port `443` and `4443`:
|
> As all ports of `hbbs` and `hbbr` are connected via proxy, you can disable these ports in ufw. You only need to open port `443` and `4443`:
|
||||||
>
|
>
|
||||||
> ufw allow 443/tcp
|
> sudo ufw allow 443/tcp
|
||||||
> ufw allow 4443/tcp
|
> sudo ufw allow 4443/tcp
|
||||||
>
|
>
|
||||||
> Finally configure it on rustdesk:
|
> Finally configure it on rustdesk:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user