All Projects → nICEnnnnnnnLee → PureHost

nICEnnnnnnnLee / PureHost

Licence: Apache-2.0 license
Java - Android - 免Root实现DNS指定 + Host功能的app. 不依赖第三方库

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to PureHost

Adblock Nocoin List
Block lists to prevent JavaScript miners
Stars: ✭ 1,083 (+2994.29%)
Mutual labels:  hosts
Vagrant Hostmanager
📝 A Vagrant plugin that manages hosts files within a multi-machine environment.
Stars: ✭ 1,442 (+4020%)
Mutual labels:  hosts
Vs Shell Format
the shellscript、Dockerfile、properties ...... format extension
Stars: ✭ 176 (+402.86%)
Mutual labels:  hosts
Coolhosts
一键替换安卓的hosts文件
Stars: ✭ 72 (+105.71%)
Mutual labels:  hosts
Hostsdock
🎉 Store, manage and switch your hosts quickly.
Stars: ✭ 95 (+171.43%)
Mutual labels:  hosts
Hosts.extras
Extra rules for https://github.com/StevenBlack/hosts project
Stars: ✭ 120 (+242.86%)
Mutual labels:  hosts
Charlesscripts
My awesome scripts for Arch Linux or Ubuntu Gnome latest LTS or MacBook.
Stars: ✭ 936 (+2574.29%)
Mutual labels:  hosts
Hosts Ipv6
镜像:https://scaffrey.coding.net/p/hosts-ipv6/git / https://git.qvq.network/googlehosts/hosts-ipv6
Stars: ✭ 243 (+594.29%)
Mutual labels:  hosts
Hmirror
Mirror of multiple third-party blocklists (updated daily).
Stars: ✭ 104 (+197.14%)
Mutual labels:  hosts
Switchhosts
Switch hosts quickly!
Stars: ✭ 15,408 (+43922.86%)
Mutual labels:  hosts
Whistle
HTTP, HTTP2, HTTPS, Websocket debugging proxy
Stars: ✭ 9,683 (+27565.71%)
Mutual labels:  hosts
Mobile Hosts
HOSTS files converted or sourced from various filter lists to prevent ads and tracking.
Stars: ✭ 91 (+160%)
Mutual labels:  hosts
Pyfunceble
The tool to check the availability or syntax of domain, IP or URL.
Stars: ✭ 143 (+308.57%)
Mutual labels:  hosts
Vpn
ShadowSocks 翻墙(收费服务器:120元/年,1T流量,可看1080p视频。需要的可以联系微信:Dumin2712220318 )
Stars: ✭ 58 (+65.71%)
Mutual labels:  hosts
Unified Hosts Autoupdate
Quickly and easily install, uninstall, and set up automatic updates for any of Steven Black's unified hosts files.
Stars: ✭ 185 (+428.57%)
Mutual labels:  hosts
Google Access Helper
谷歌访问助手破解版
Stars: ✭ 7,640 (+21728.57%)
Mutual labels:  hosts
Neohosts
自由·负责·克制 去广告 Hosts 项目
Stars: ✭ 1,578 (+4408.57%)
Mutual labels:  hosts
Hoststoolformac
一款轻量级本地 hosts 更新工具。
Stars: ✭ 244 (+597.14%)
Mutual labels:  hosts
Cernet Ipv6 Hosts
Lightweight IPv6 hosts! Access to Google, YouTube, Facebook, Wikipedia via IPv6 and avoid unnecessary block.
Stars: ✭ 229 (+554.29%)
Mutual labels:  hosts
Hostsvn
Hosts block ads of Vietnamese
Stars: ✭ 145 (+314.29%)
Mutual labels:  hosts

PureHost

一个免Root实现类似PC端Host功能的app。
该项目VpnService部分只拦截了必要的UDP报文,对TCP的处理请参考freedom4NG

下载

PureHost

简介

功能使用及预览

  • 程序运行界面如下图:

    • DNS设置为可选项,点击DNS保护为使用界面设置DNS,点击DNS还原使用默认DNS
    • Host设置与PC端一致,支持注释。点击Host保护为读取并使用程序设置的Host,点击Host更改将当前界面Host配置写入程序设置。
      一个简单的流程是: 修改界面Hosts -> 点击Host更改 -> 点击Host保护 -> 点击START
  • 功能预览(将百度指向了nicelee.top):

更新日志

  • v3.0 修复了一个bug, 该bug导致处理某些非DNS查询的UDP包时功能会出现异常
  • v2.0
    • 增加基础域名匹配(全域名匹配优先任意匹配)
      e.g. host文件
    127.0.0.3 www.test.com
    127.0.0.1 *.test.com
    127.0.0.2 test.test.com
    
    那么,
    test.test.com --> 127.0.0.2
    www.test.com --> 127.0.0.3
    test.com --> 127.0.0.1
    123.test.com --> 127.0.0.1
    xxx.test.com --> 127.0.0.1
    
  • v1.0
    • 初版

LICENSE

Apache 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].