Updated Set up http proxy server (markdown)

RustDesk
2024-09-06 00:48:09 +08:00
parent 651043e5bd
commit 4ab8685979

@@ -52,7 +52,7 @@ sudo service tinyproxy restart
curl -x http://<proxy-server-ip>:8888 --proxy-user myuser:mypassword -L http://www.yahoo.com
```
e.g. If you do not add `Allow 0.0.0.0/0` in above config file, you will get something as below. Here you can ask `chatgpt` if you see some errors.
e.g. If you do not add `Allow 0.0.0.0/0` in above config file, you will get something as below.
```
<?xml version="1.0" encoding="UTF-8" ?>
@@ -80,6 +80,11 @@ e.g. If you do not add `Allow 0.0.0.0/0` in above config file, you will get some
</html>
```
Here you can ask `chatgpt` if you see some error.
![image](https://github.com/user-attachments/assets/07ecce83-3689-4155-979f-251d242dfd14)
# Configure it on RustDesk
![image](https://github.com/user-attachments/assets/aa1c2f52-7a8c-456a-9246-6594027fce82)