foomo / simplecert

golang autocert library for letsencrypt
MIT License
212 stars 34 forks source link

allow to override dns resolvers if needed #12

Closed firefixmaarten closed 4 years ago

firefixmaarten commented 4 years ago

Optionally change the DNS servers used when using DNS challenge (instead of the system default). This can be helpful in split DNS situations where the internal DNS should not be used to verify.

dreadl0ck commented 4 years ago

Merged! Thanks for your contribution!