8 Commits

Author SHA1 Message Date
Abed Elezz
dfe7a0871a Update FUNDING.yml 2024-01-16 16:17:45 +03:00
Abed Elezz
b2b1da5ad5 Create FUNDING.yml 2024-01-16 16:16:50 +03:00
YamenAlazzam
51bb25a0b4 Update README.md 2023-06-19 02:27:08 -07:00
YamenAlazzam
919f585dfb Update README.md 2023-04-25 17:43:01 +03:00
Abdallah Abuelezz
1e24adeb8f Adding v2.1.4 2023-01-30 22:53:23 +03:00
Abdallah Abuelezz
8ebcdf89d2 Update download link to v2.1.2 2023-01-20 15:18:13 +03:00
Abdallah Abuelezz
37bdda5282 Latest version download link 2023-01-11 13:04:38 +03:00
Abdallah Abuelezz
01e4f00cd3 Improved BYO Server Instructions 2023-01-03 16:19:52 +03:00
2 changed files with 21 additions and 3 deletions

14
.github/FUNDING.yml vendored Normal file
View 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']

View File

@@ -10,7 +10,7 @@ Read this page in other languages: [русский](https://github.com/proxidize
![Overview](https://i.imgur.com/gsRoRBt.png)
<div align="center"> </br><a href="https://github.com/proxidize/proxidize-android/releases/download/v2.1.0/proxidize-android-legacy-v2.1.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"/>
</a>
</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 ```
- Enter the repo directory
``` cd ./proxidize-android ```
- 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.
@@ -280,7 +284,7 @@ token = TOKEN
- 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.