Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/x-falcon/Virtual-Hosts
hosts for android,implement by vpn mode,supports wildcard DNS records
https://github.com/x-falcon/Virtual-Hosts
android dns hosts java virtual vpn
Last synced: 5 days ago
JSON representation
hosts for android,implement by vpn mode,supports wildcard DNS records
- Host: GitHub
- URL: https://github.com/x-falcon/Virtual-Hosts
- Owner: x-falcon
- License: gpl-3.0
- Created: 2017-04-24T03:54:49.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T09:11:49.000Z (7 months ago)
- Last Synced: 2024-05-16T17:18:19.233Z (6 months ago)
- Topics: android, dns, hosts, java, virtual, vpn
- Language: Java
- Size: 1.91 MB
- Stars: 1,134
- Watchers: 23
- Forks: 208
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fullstack-awesome - VPN Hosts
README
## Virtual Hosts
hosts for android,implement by vpn mode,supports wildcard DNS recordsVideo Demo: https://www.youtube.com/watch?v=pHnsboAnm-A
Virtual Hosts app helping developers customized hosts(/system/etc/hosts) File on android devices(no root).
support wildcard DNS records.For example:
```
127.0.0.1 a.com |
127.0.0.1 m.a.com | => 127.0.0.1 .a.com
127.0.0.1 w.m.a.com |
```### OPEN SOURCE LICENSES
- LocalVPN: APL 2.0
#### LICENSE
Copyright (C) 2017 xfalcon
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .