https://github.com/chux0519/pegasocks-android
android client of pegasocks
https://github.com/chux0519/pegasocks-android
Last synced: 6 months ago
JSON representation
android client of pegasocks
- Host: GitHub
- URL: https://github.com/chux0519/pegasocks-android
- Owner: chux0519
- License: gpl-3.0
- Created: 2021-08-27T06:15:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T04:14:30.000Z (over 2 years ago)
- Last Synced: 2024-12-29T08:24:17.550Z (over 1 year ago)
- Language: C
- Size: 13.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pegasocks-android
A simple proxy app using `pegasocks` and `tun2socks`. Based on [mokhtarabadi/pegasocks-android](https://github.com/mokhtarabadi/pegasocks-android), I wrote the app in kotlin and add a simple UI to interact with the pegas thread for switching server and testing speed, also fixed some upstream pegas bugs.
It's a poor man's proxy app, there still are many features to be implemented and bugs to be fixed.
Also I'm new to Android, so the code may not follow the best practice, any help would be really appreciate.
## usage
Copy your pegas config(like `~/.config/.pegasrc`), and paste to the config page, save it.
It will automaticly override necessary fields for Android, see: [ConfigFragment.kt#L65-L75](https://github.com/chux0519/pegasocks-android/blob/master/app/src/main/java/com/hexyoungs/pegasocks/ConfigFragment.kt#L65-L75)
Once the VPN is running, you can interact via the `Servers` page.

## TODO
- [ ] Logs Page
- [ ] About Page
- [ ] ACL file import/export