-
Notifications
You must be signed in to change notification settings - Fork 380
Added support for provider Directnic #726
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
Conversation
701a9e5 to
bf21d85
Compare
rhansen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the contribution!
|
If you want to add tests (not required, but appreciated), you can use |
bf21d85 to
0c3113c
Compare
rhansen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding tests!
044b36d to
bc2b477
Compare
rhansen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good!
Would you mind rebasing the commits into two commits:
- 1st commit: add
T_URLtype and tests - 2nd commit: new
directnicprotocol
ff6321c to
c858dd9
Compare
rhansen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thank you!
c858dd9 to
959b5dd
Compare
Add support for Directnic (https://directnic.com).
Documentation of the API is available at https://directnic.com/knowledge#/knowledge/article/3726
Configuration snippet for this provider:
password is the secret part of the update URL, e.g. for the example from their docs https://directnic.com/dns/gateway/ad133743f001e318e455fdc04/?data= you would set
password=ad133743f001e318e455fdc04Directnic assigns a unique token to every dynamic DNS entry, so if you have multiple records (like an A record and a AAAA record) for the same domain, each will get its own token and will need to be managed separately.