Skip to content

A TCP dns proxy which can get the RIGHT ip address

Notifications You must be signed in to change notification settings

iceblank/Tcp-DNS-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use this python script ?

  1. change your dns server to 127.0.0.1
$ vi /etc/resolve.conf  
nameserver 127.0.0.1
  1. restart the network
$ sudo /etc/init.d/networking restart
  1. run the script
$ sudo python tcpdns.py

Dependencies

libraries

python moudules

INSTALL

  sudo apt-get install libevent-dev
  sudo pip install gevent
  sudo pip install dnspython

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/

About

A TCP dns proxy which can get the RIGHT ip address

Resources

Stars

Watchers

Forks

Packages

No packages published