Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.43 KB

README-zh.md

File metadata and controls

59 lines (41 loc) · 1.43 KB

如何使用 tcpdns.py 脚本 ?

Linux/Mac

  1. 修改本机DNS为127.0.0.1
$ vi /etc/resolve.conf
nameserver 127.0.0.1
  1. 重启网络
$ sudo /etc/init.d/networking restart
  1. 运行脚本
$ sudo python tcpdns.py -f tcpdns.json

Windows

  1. 修改本机DNS为127.0.0.1

  2. 运行tcpdns.exe

脚本依赖

libraries

python模块

python模块安装

  sudo apt-get install libevent-dev
  sudo pip install gevent
  sudo pip install python-daemon

LICENSE

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 2 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 http://www.gnu.org/licenses/