agdsn / hades

AG DSN Authentication and Authorization Infrastructure
MIT License
8 stars 3 forks source link

Allow alternative DNS configuration with "spoofed" DNS zones #46

Closed fgrsnau closed 7 years ago

fgrsnau commented 7 years ago

This PR introduces a second unbound resolver for an optional alternative DNS configuration. This is handy to allow redirecting DNS queries to local servers (e.g. for caching CDN content). This feature is optional and only enabled for users that match a configurable ipset.

Disclaimer: Untested and open for discussion.