Metadata-Version: 1.1
Name: chinadns
Version: 0.1.0
Summary: A DNS forwarder that ignore incorrect responses
Home-page: https://github.com/clowwindy/ChinaDNS
Author: clowwindy
Author-email: clowwindy42@gmail.com
License: MIT
Description: ChinaDNS
        ========
        
        A DNS forwarder that ignores incorrect(you know it) responses.
        
        ChinaDNS creates a DNS server at localhost.
        
        Install
        -------
        
        OS X:
        ^^^^^
        
        ::
        
            pip install .
            pip install chinadns
        
        Windows:
        ^^^^^^^^
        
        ::
        
            easy_install pip
            pip install chinadns
        
        Debian / Ubuntu:
        ^^^^^^^^^^^^^^^^
        
        ::
        
            apt-get install python-pip
            pip install chinadns
        
        CentOS:
        ^^^^^^^
        
        ::
        
            yum install python-setuptools
            easy_install pip
            pip install shadowdns
        
        Usage
        -----
        
        Run ``sudo chinadns`` on your local machine.
        
        Set your DNS to 127.0.0.1.
        
        License
        -------
        
        MIT
        
        Bugs and Issues
        ---------------
        
        Please visit `Issue
        Tracker <https://github.com/clowwindy/ChinaDNS/issues?state=open>`__
        
        Mailing list: http://groups.google.com/group/shadowsocks
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: Proxy Servers
