lancachenet / lancache-dns

DNS Docker service for a lancache.
https://hub.docker.com/r/lancachenet/lancache-dns/
MIT License
280 stars 73 forks source link

Allow multiple UPSTREAM_DNS #101

Closed VibroAxe closed 4 years ago

VibroAxe commented 4 years ago

Allow setting multiple UPSTREAM_DNS using UPSTREAM_DNS="8.8.8.8; 1.1.1.1"

Does not allow custom ports at this point in time due to limitations in resolv.conf

VibroAxe commented 4 years ago

Resolves #84