https://github.com/linus789/gnirehtetx
Advanced Gnirehtet App
https://github.com/linus789/gnirehtetx
Last synced: about 1 year ago
JSON representation
Advanced Gnirehtet App
- Host: GitHub
- URL: https://github.com/linus789/gnirehtetx
- Owner: Linus789
- License: apache-2.0
- Created: 2023-05-16T22:21:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T20:30:50.000Z (almost 3 years ago)
- Last Synced: 2024-11-24T06:41:57.513Z (over 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 179 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# GnirehtetX
Basically the stock [Gnirehtet](https://github.com/Genymobile/gnirehtet) app with some extra features, such as
* block internet access for apps
* set custom DNS servers
* stop Gnirehtet on disconnect
## Build in release mode
1. Put your keystore `output.jks` in the `app/` folder.
2. Put the properties `keystore-store-password`, `keystore-key-alias`, and `keystore-key-password` in the gradle.properties file.
Finally run
```
./gradlew assembleRelease
```
and you should be able to find the APK at `app/build/outputs/apk/release/app-release.apk`.