mirror of
https://github.com/fbelavenuto/arpl.git
synced 2025-12-24 06:42:06 +08:00
Merge pull request #767 from yunzhiclub/main
add 'how to set proxy' to readme
This commit is contained in:
23
README.md
23
README.md
@@ -52,6 +52,29 @@ 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.
|
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.
|
||||||
|
|
||||||
|
## Use proxy
|
||||||
|
The proxy only support for terminal。
|
||||||
|
|
||||||
|
For example, if you have one clashx (the default port is 7890) in the lan,follow the steps:
|
||||||
|
|
||||||
|
1. Enabel 'Allow connent from Lan' (clashx only)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
2. Get the proxy (the computer which runing clashx) ip address
|
||||||
|
3. 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/"
|
||||||
|
```
|
||||||
|
|
||||||
|
**Change the ipaddress** to your proxy host.
|
||||||
|
|
||||||
|
4. Call the "menu.sh"
|
||||||
|
|
||||||
|
And then the proxy is effective。
|
||||||
|
|
||||||
## Quickstart guide
|
## Quickstart guide
|
||||||
|
|
||||||
After booting the loader, the following screen should appear. Type menu.sh and press `<ENTER>`:
|
After booting the loader, the following screen should appear. Type menu.sh and press `<ENTER>`:
|
||||||
|
|||||||
Reference in New Issue
Block a user