lancachenet / lancache-dns

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

Allow startup using locally stored domain information #77

Closed JasonRivers closed 5 years ago

JasonRivers commented 5 years ago

This allows the user to start the container with locally stored domain information.

This allows the DNS container to come up even when there is no internet access, with the use of -e USE_LOCAL_DOMAIN_DATA=true

It's possible that we could fully automate this, try downloading the file from github, if that fails then use locally stored information.

Thoughts?

VibroAxe commented 5 years ago

Closed by #85