Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 01e4f00

Browse files
authored
Improved BYO Server Instructions
1 parent 6b96d43 commit 01e4f00

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,13 @@ Proxidize Android Legacy allows you to deploy your own tunneling server to avoid
263263

264264
``` git clone https://github.com/proxidize/proxidize-android.git ```
265265

266+
- Enter the repo directory
267+
268+
``` cd ./proxidize-android ```
269+
266270
- Edit the server.ini file to add an authentication token
267271

268-
``` vi``` or ```nano ./server.ini ```
272+
``` vi``` or ```nano ./server/server.ini ```
269273

270274
- 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.
271275

@@ -280,7 +284,7 @@ token = TOKEN
280284

281285
- Start the server
282286

283-
``` setsid ./server -c ./server.ini &```
287+
``` setsid ./server/server -c ./server/server.ini &```
284288

285289
```setsid``` is used to keep the process alive after you close the terminal.
286290

0 commit comments

Comments
 (0)