Skip to content

melvilgit/DNS-OVER-TLS

Repository files navigation

DNS-OVER-TLS

##TLS OVER DNS written in python This is a python app which can establish DNS conn over TLS . It creates DNS Packet as per https://tools.ietf.org/html/rfc7858 , creates SSL session and do dns resolution via cloudfare 1.1.1.1 DNS Server

 To run ** 
          - docker build -t tlsdns .
          - sudo docker run -d -p 53:53 tlsdns
           **
          
 How to Test ?
       Run python client.py outside docker container 
  
        ##sample Test cases #### - python test.py

About

DNS OVER TLS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published