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

DNS lexicon 3.1.0 changes #11

Open
knoxell opened this issue Oct 12, 2022 · 0 comments
Open

DNS lexicon 3.1.0 changes #11

knoxell opened this issue Oct 12, 2022 · 0 comments

Comments

@knoxell
Copy link
Owner

knoxell commented Oct 12, 2022

From #10 :

As written in certbot pull request in dns-lexicon v3.1.0 the variable type parameter was renamed to rtype, which makes it incompatible with older certbot versions.

Solutions:

  1. require dns-lexicon<3.1.0 only for NPM, maybe in NPM config?
  2. implement create_record and delete_record and pass arguments without names as suggested here
  3. (2.2) try and catch around a call with rtype and type and possibly use super(NamecheapClient,self).*_record(...)

One of these should still be done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant