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

|
||||
|
||||
|
||||
# Configure it on RustDesk
|
||||
|
||||

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