magiceldridge’s avatarmagiceldridge’s Twitter Archive—№ 2,312

    1. I wanted to have all my legacy devices at home use encrypted DNS so I made OnwardDNS, a docker container you can spin up in one line that forwards all traditional DNS queries sent to it to a DNS-over-TLS service. blog.eldrid.ge/2020/03/27/dnsonward/ Code at: github.com/eldridgea/dnsonward
  1. …in reply to @magiceldridge
    Try it with: docker run -e SERVICE="cloudflare" -p 53:53 -p 53:53/udp eldridgea/dnsonward and "service" can be "cloudflare", "google", or "quad9". Or be manually configured for different services with flags in the Readme.