Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LinZong/Hostman
A simple Android app that can preview/edit /etc/hosts file in a GUI manner. Shizuku required.
https://github.com/LinZong/Hostman
Last synced: 29 days ago
JSON representation
A simple Android app that can preview/edit /etc/hosts file in a GUI manner. Shizuku required.
- Host: GitHub
- URL: https://github.com/LinZong/Hostman
- Owner: LinZong
- License: mit
- Created: 2024-08-18T07:52:14.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-09-07T09:01:12.000Z (2 months ago)
- Last Synced: 2024-09-08T04:46:51.911Z (2 months ago)
- Language: Kotlin
- Homepage:
- Size: 809 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shizuku - Hostman - Preview & edit the /etc/hosts file `MIT` (Apps / Network)
README
HostmanA simple Android app that can preview/edit /etc/hosts file in a GUI manner.
Requires [Shizuku](https://github.com/RikkaApps/Shizuku/) in root mode.Tested on OnePlus 8 and Xiaomi MIX2S, both are running in Android 10.
**Note: You may also need to mount the /system folder with r/w permission in
your
favourite approach in advance.**## Screenshots
| Request Permission | HomePage | Create | Edit | Delete |
|----------------------------------------------------------------|-------------------------------|-------------------------------------|---------------------------------|-------------------------------------|
| ![Creating Host Entry](./docs/images/requsting-permission.jpg) | ![HP](./docs/images/main.jpg) | ![Create](./docs/images/create.jpg) | ![Edit](./docs/images/edit.jpg) | ![Delete](./docs/images/delete.jpg) |