Skip to content

快速翻跃中国防火墙--------可持续更新hosts

Notifications You must be signed in to change notification settings

liuyunbin/dowsDNS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dowsDNS

快速翻越中国防火墙 ----- 仅支持Linux/Windows/Mac

Linux ----- 已测试 ubuntu 16.04 python 测试版本 3.5

本机使用

更改 DNS 域名服务器

  1. 将 conf/config.json 中的 Local_dns_server 的值改为电脑的 127.0.0.1
  2. 在 /etc/resolvconf/resolv.conf.d/base 里添加 nameserver 127.0.0.1
  3. sudo resolvconf -u
  4. sudo systemctl restart network-manager.service

启动

  • sudo ./start.py

更新

  • ./update.py

局域网共享使用

  1. 将 conf/config.json 中的 Local_dns_server 的值改为电脑的 ip
  2. firewall-cmd –add-port=53/udp     –permanent
  3. sudo ./start.py
  4. 同一局域网下,把其他设备 DNS 改为 运行程序的电脑本地 IP 即可

通用方法

  1. 将 conf/config.json 中的 Local_dns_server 的值改为电脑的 0.0.0.0
  2. firewall-cmd –add-port=53/udp     –permanent
  3. 在 /etc/NetworkManager/NetworkManager.conf 中的 dns=dnsmasq 前面加 #
  4. 在 /etc/resolvconf/resolv.conf.d/base 里添加 nameserver 127.0.0.1
  5. sudo resolvconf -u
  6. sudo systemctl restart network-manager.service
  7. 重启电脑
  8. 同一局域网下,把其他设备或本机的 DNS 改为 运行程序的电脑本地 IP 即可

Mac ---- 未测试 --- 欢迎有测试的同学提意见

  1. sudo ./start.py
  2. 将DNS服务器改为 127.0.0.1
  3. 重启网络服务和浏览器即可
  • 更新hosts:./update.py

Windows ---- 已测试 --- xp -- python 3.4

启动

  1. 将命令行切换到当前目录
  2. python start.py

更新

  • python update.py

数据引用

更多请参阅

About

快速翻跃中国防火墙--------可持续更新hosts

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%