lancachenet / lancache-dns

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

Disable dnssec #63

Closed VibroAxe closed 5 years ago

VibroAxe commented 5 years ago

Disabled DNSSEC validation with an option to reenable it

This is a rework of PR #50 to change from an optional disable to a mandatory disable with an option enable

VibroAxe commented 5 years ago

This is technically a "breaking" change from our current implementation (dnssec is now off when it was previously on), but one we've discussed and one I doubt will adversely affect anyone

VibroAxe commented 5 years ago

Particular thanks for @janfux for doing the leg work <3