From b021c4945e2332ab17fa18ede1b2dc41ad1c3dc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=98=E6=9D=B0?= <12424383+teacherpan@users.noreply.github.com> Date: Fri, 29 Sep 2023 10:05:23 +0800 Subject: [PATCH 1/4] Update README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 8d3ae9e..b2ac5bc 100644 --- a/README.md +++ b/README.md @@ -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 lan,follow 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 ``: From 5792f05140913ee15185fa52458210caaa018efc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=98=E6=9D=B0?= <12424383+teacherpan@users.noreply.github.com> Date: Fri, 29 Sep 2023 10:06:18 +0800 Subject: [PATCH 2/4] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b2ac5bc..5c2ca94 100644 --- a/README.md +++ b/README.md @@ -58,16 +58,17 @@ The http 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' + ![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) +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/" ``` -5. Call the "menu.sh" +4. Call the "menu.sh" And then the proxy is effective。 From b4beb63ea62ba535f547bfd9f5fe5a72025f1756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=98=E6=9D=B0?= <12424383+teacherpan@users.noreply.github.com> Date: Fri, 29 Sep 2023 10:14:48 +0800 Subject: [PATCH 3/4] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c2ca94..64330f3 100644 --- a/README.md +++ b/README.md @@ -52,12 +52,12 @@ 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。 +## User 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' +1. Enabel 'Allow connent from Lan' (clashx only) ![image](https://github.com/yunzhiclub/arpl/assets/12424383/fe024e8d-c764-4590-84cb-fc15ca7fccef) @@ -68,6 +68,9 @@ 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。 From d4e51ee86d32fb60bf18621062e757d46bbb4bd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=98=E6=9D=B0?= <12424383+teacherpan@users.noreply.github.com> Date: Fri, 29 Sep 2023 10:17:44 +0800 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64330f3..a3f6a78 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ 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 proxy +## 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: