andreyors / dot

DNS-over-TLS Proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DNS-Over-TLS Proxy (ruby daemon version)

docker build -t dot .

docker run -it --rm -p 127.0.0.1:53:8053/tcp -p 127.0.0.1:53:8053/udp dot ruby bin/dot.rb run

About

DNS-over-TLS Proxy


Languages

Language:Ruby 76.8%Language:Dockerfile 23.2%