为被dns污染的站点自动匹配最佳ip地址
- 多线程
- 本地模式和网络模式获取ip
- ip存活检验测速
- 读取文件批量识别
- Linux自动更新hosts
- Windows自动更新hosts
需要python3.7+环境
./Host-chooser-linux [-h] [-t TARGET] [-r READ] [--clean]
[--area [{china,asia,europe,africa,oceania,north_america,south_america}]]
[--thread THREAD]
首先安装依赖
pip install -r requirement.txt
python main.py [-h] [-t TARGET] [-r READ] [--clean]
[--area [{china,asia,europe,africa,oceania,north_america,south_america}]]
[--thread THREAD]
-h
获取基本使用方法-t
选择目标域名-r
批量读取<dns.txt>文件内的目标域名进行dns解析并批量输出--clean
显示详细信息--area
选择所需要的的地区/区域--thread
选择所需要的进程数(默认为3)--update
在linux下,更新hosts中的dns--auto
开启crontab 定时自动更新hosts