mirror of
https://github.com/proxidize/proxidize-android.git
synced 2026-05-26 15:13:39 +00:00
Compare commits
10 Commits
v2.1.0
...
AbedElezz-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dfe7a0871a | ||
|
|
b2b1da5ad5 | ||
|
|
51bb25a0b4 | ||
|
|
919f585dfb | ||
|
|
1e24adeb8f | ||
|
|
8ebcdf89d2 | ||
|
|
37bdda5282 | ||
|
|
01e4f00cd3 | ||
|
|
6b96d4396c | ||
|
|
3f48f2d7d3 |
14
.github/FUNDING.yml
vendored
Normal file
14
.github/FUNDING.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
# These are supported funding model platforms
|
||||||
|
custom: ['https://proxidize.com/']
|
||||||
|
|
||||||
|
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||||
|
patreon: # Replace with a single Patreon username
|
||||||
|
open_collective: # Replace with a single Open Collective username
|
||||||
|
ko_fi: # Replace with a single Ko-fi username
|
||||||
|
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||||
|
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||||
|
liberapay: # Replace with a single Liberapay username
|
||||||
|
issuehunt: # Replace with a single IssueHunt username
|
||||||
|
otechie: # Replace with a single Otechie username
|
||||||
|
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
|
||||||
|
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
||||||
14
README.md
14
README.md
@@ -4,13 +4,13 @@ Proxidize Android Legacy is an Android application that enables anyone to make 4
|
|||||||
|
|
||||||
Proxidize created Proxidize Android as a proof of concept for Proxidize MPM (Mobile Proxy Maker). The app accomplished its purpose, but was eventually taken down from the Google Play Store for reasons mentioned below.
|
Proxidize created Proxidize Android as a proof of concept for Proxidize MPM (Mobile Proxy Maker). The app accomplished its purpose, but was eventually taken down from the Google Play Store for reasons mentioned below.
|
||||||
|
|
||||||
With the rise of Russian & Chinese Proxidize MPM copycat apps, and after seeing the damage these can cause to the community of proxy users with the recent scandal, we decided to open source this app to protect the users from falling prey to any botnet apps. Further read: [Proxidize copycats, a story of greed & international crime syndicates](https://proxidize.com/blog/proxidize-copycats-a-story-of-greed-international-crime-syndicates/)
|
|
||||||
|
|
||||||
Proxidize Android Legacy is the predecessor of the upcoming Proxidize Portable application which will be a drastic improvement on this app.
|
Proxidize Android Legacy is the predecessor of the upcoming Proxidize Portable application which will be a drastic improvement on this app.
|
||||||
|
|
||||||
|
Read this page in other languages: [русский](https://github.com/proxidize/proxidize-android/blob/main/README.ru.md)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
<div align="center"> </br><a href="https://github.com/proxidize/proxidize-android/releases/download/v2.0.0/proxidize-android-legacy-v2.0.0.apk">
|
<div align="center"> </br><a href="https://github.com/proxidize/proxidize-android/releases/download/v2.1.6/app-release.apk">
|
||||||
<img src="https://i.imgur.com/HkPj7Fx.png" height="auto"/>
|
<img src="https://i.imgur.com/HkPj7Fx.png" height="auto"/>
|
||||||
</a>
|
</a>
|
||||||
</br></br></br></div>
|
</br></br></br></div>
|
||||||
@@ -263,9 +263,13 @@ Proxidize Android Legacy allows you to deploy your own tunneling server to avoid
|
|||||||
|
|
||||||
``` git clone https://github.com/proxidize/proxidize-android.git ```
|
``` git clone https://github.com/proxidize/proxidize-android.git ```
|
||||||
|
|
||||||
|
- Enter the repo directory
|
||||||
|
|
||||||
|
``` cd ./proxidize-android ```
|
||||||
|
|
||||||
- Edit the server.ini file to add an authentication token
|
- Edit the server.ini file to add an authentication token
|
||||||
|
|
||||||
``` vi``` or ```nano ./server.ini ```
|
``` vi``` or ```nano ./server/server.ini ```
|
||||||
|
|
||||||
- Add the following info, replacing ```PORT``` and ```TOKEN``` with your own values. Keep the port value as ```2000``` unless you have a reason to change it.
|
- Add the following info, replacing ```PORT``` and ```TOKEN``` with your own values. Keep the port value as ```2000``` unless you have a reason to change it.
|
||||||
|
|
||||||
@@ -280,7 +284,7 @@ token = TOKEN
|
|||||||
|
|
||||||
- Start the server
|
- Start the server
|
||||||
|
|
||||||
``` setsid ./server -c ./server.ini &```
|
``` setsid ./server/server -c ./server/server.ini &```
|
||||||
|
|
||||||
```setsid``` is used to keep the process alive after you close the terminal.
|
```setsid``` is used to keep the process alive after you close the terminal.
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ Proxidize Android Legacy - это преддшественник грядуще
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
<div align="center"> </br><a href="https://github.com/proxidize/proxidize-android/releases/download/v2.0.0/proxidize-android-legacy-v2.0.0.apk">
|
<div align="center"> </br><a href="https://github.com/proxidize/proxidize-android/releases/download/v2.1.0/proxidize-android-legacy-v2.1.0.apk">
|
||||||
<img src="https://i.imgur.com/HkPj7Fx.png" height="auto"/>
|
<img src="https://i.imgur.com/HkPj7Fx.png" height="auto"/>
|
||||||
</a>
|
</a>
|
||||||
</br></br></br></div>
|
</br></br></br></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user