Update README.md

This commit is contained in:
潘杰
2023-09-29 10:05:23 +08:00
committed by GitHub
parent 194de75e85
commit b021c4945e

View File

@@ -52,6 +52,25 @@ Another important point is that the loader detects whether or not the CPU has th
I developed a simple patch to no longer display the DUMMY port error on models without device-tree, the user will be able to install without having to worry about it.
## User http proxy
The http proxy only support for terminal。
For example, if you have one clashx (the default port is 7890) in the lanfollow the steps:
1. Enabel 'Allow connent from Lan'
![image](https://github.com/yunzhiclub/arpl/assets/12424383/fe024e8d-c764-4590-84cb-fc15ca7fccef)
3. Get the proxy (the computer which runing clashx) ip address
4. open arpl termianl (you can access arpl via ssh)
```
declare -x https_proxy="http://ipaddress:7890/"
declare -x http_proxy="http://ipaddress:7890/"
declare -x all_proxy="socks5:://ipaddress:7890/"
```
5. Call the "menu.sh"
And then the proxy is effective。
## Quickstart guide
After booting the loader, the following screen should appear. Type menu.sh and press `<ENTER>`: