Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support OverrideDomain is DNS01Solver #160

Merged
merged 3 commits into from Mar 7, 2022
Merged

Commits on Feb 23, 2022

  1. Add OverrideDomain option to DNS01Solver

    This is to delegate the chanllenge to a different domain. With this
    change, the solver no longer follows CNAME chain when checking for
    propagation as well.
    crccw committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    631af55 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Update solvers.go

    mholt committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    ba5037f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Only check the authoritative NS when OverrideDomain is set

    and keep the old code path otherwise.
    crccw committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    4be5af5 View commit details
    Browse the repository at this point in the history