From 8c873022bb7a4c22b3d57dd95d3ab19790d0ad0c Mon Sep 17 00:00:00 2001 From: root Date: Thu, 28 Jul 2022 23:38:27 +0000 Subject: [PATCH] Minor improvements to README.md --- README.md | 33 ++++++++++++--------------------- 1 file changed, 12 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 77e9a08..f318d4c 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Proxidize is a multi-national effort started by a team of engineers to democrati

Proxidize

- Create Mobile Proxies + Create Mobile Proxies   •   IP Rotation   •   @@ -64,7 +64,7 @@ Proxidize is a multi-national effort started by a team of engineers to democrati * [Features of Proxidize Android Legacy](#features-of-proxidize-android-legacy) * [How It Works & Architecture](#how-it-works--architecture) * [Proxidize Android Legacy vs Proxidize Mobile Proxy Maker](#proxidize-android-legacy-vs-proxidize-mobile-proxy-maker) - * [Installing Proxidize Android Legacy](#installing-proxidize-android-legacy) + * [Installing Proxidize Android Legacy](#how-to-create-a-diy-4g-mobile-proxy-farm-using-android-phones) * [Using the Proxy](#using-the-proxy) * [Rotation/Changing the IP (How to Change Mobile Proxy IP Address Using Airplane Mode)](#rotationchanging-the-ip-how-to-change-mobile-proxy-ip-address-using-airplane-mode) * [Supported Android Versions & Devices](#supported-android-versions--devices) @@ -109,26 +109,17 @@ This app is not a replacement for Proxidize Mobile Proxy Maker, but a proof of c --- -## Installing Proxidize Android Legacy +## How to Create a DIY 4G Mobile Proxy Farm Using Android Phones + +To build your own 4G proxy farm, all you need is: + +- Open this page on your phone so you don't have to transfer files https://github.com/proxidize/proxidize-android +- Download the APK using the link https://github.com/proxidize/proxidize-android/releases/download/APK/proxidize-android.apk +- Install the APK on your phone, open the app and press "CONNECT". +- Copy the proxy to clipboard and use it anywhere. ![example](https://i.imgur.com/SOkvQjQ.jpg) -### How to use on Android: (Create 5G or 4G Mobile Proxies on Android) - -- Download Proxidize Android Legacy APK File -- Install the APK on your device -- Open the app and press "Connect". -- Copy the proxy and you can use it anywhere. - - -### How to Use on Windows MacOS (Create 5G or 4G Mobile Proxies on Windows) - -- Download any Android emulator such as BlueStacks -- Download Proxidize Android Legacy APK file inside the emulator (Open this page from the emulator and download the APK) -- Install the APK on your device -- Open the app and press "Connect". -- Copy the proxy and you can use it anywhere. - --- ## Using the Proxy @@ -309,11 +300,11 @@ Changes I'll be adding: - [ ] Traffic counters. - [ ] SOCKS proxies. -If you want to add a new feature, please create an issue first to describe the new feature, as well as the implementation approach. Once a proposal is accepted, create an implementation of the new features and submit it as a pull request. The Go binaries are compiled with ```gomobile``` using FRP. +If you want to add a new feature, please create an issue first to describe the new feature, as well as the implementation approach. Once a proposal is accepted, create an implementation of the new features and submit it as a pull request. ### Building -In order to build all the binaries from scratch, you'll need to +In order to build all the binaries from scratch, you'll need to: - Build frpc (the tunneling client) following the guide in ```https://github.com/FrpcCluster/frpc-Android/blob/master/Compile_zh.md``` - Build frps (the tunneling server) following the guide in ```https://github.com/fatedier/frp``` - Update the binaries in this repo, the server in ```./server/server``` & client in ```./app/libs/connlib.aar```