mikispag / dns-over-tls-forwarder

A simple, fast DNS-over-TLS forwarding server with hybrid LRU/MFA caching written in Go.
MIT License
48 stars 9 forks source link

Support more than 2 providers #3

Closed empijei closed 4 years ago

empijei commented 4 years ago

This tool now currently supports exactly 2 pools: cloudflare and google ones. Make it take a parameter to accept more.

I can work on this.