Skip to content

Openpalm/python-secure-dns-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README.md: DNS over TLS proxy [PROJECT HILDA]

  • Listens for DNS queries on port 53/tcp
  • Uses Cloudflare 1.1.1.1 over TCP/TLS 1.3 to resolve requests.
  • TODO:
    • add support for IP filtering
    • get advertisers IP list
    • list from file => hashmap => efficient filtering
    • explore DNSSEC

APP VARS

using the .env file under ./

- RESOLVER_HOSTNAME
- RESOLVER_IP
- RESOLVER_PORT
- APP_BIND_HOST
- APP_BIND_PORT
- THREAD_TIMEOUT

run // build // deploy

docker-compose up

see if it works

watch dig +tcp @localhost example.com

&

watch dig @localhost example.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published