3 Commits

Author SHA1 Message Date
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

View File

@@ -10,7 +10,7 @@ Read this page in other languages: [русский](https://github.com/proxidize
![Overview](https://i.imgur.com/gsRoRBt.png) ![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.2/Proxidize.Android.2.1.2.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.