-
Notifications
You must be signed in to change notification settings - Fork 3.8k
ddns-scripts: add beget.com api support #28102
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
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.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
6911fb5 to
2ef2362
Compare
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.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 6 comments.
π‘ Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
net/ddns-scripts/Makefile
Outdated
| rm $(1)/usr/share/ddns/default/route53-v1.json | ||
| rm $(1)/usr/share/ddns/default/cnkuai.cn.json | ||
| rm $(1)/usr/share/ddns/default/gandi.net.json | ||
| rm $(1)/usr/share/ddns/default/beget.com.json |
Copilot
AI
Dec 18, 2025
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.
This line contains inconsistent indentation - it uses spaces instead of tabs. The rest of the Makefile uses tabs for indentation. This line should use a tab character at the beginning to match the surrounding code style.
| rm $(1)/usr/share/ddns/default/beget.com.json | |
| rm $(1)/usr/share/ddns/default/beget.com.json |
|
On top of all the other suggestions, you need to add a commit message describing the changes and use your real name both as author and sign-off. |
fc70572 to
daee801
Compare
The Beget API provider was implemented according to https://beget.com/en/kb/api/dns-administration-functions Signed-off-by: Vladimir Tkachev <awesome149712@gmail.com>
daee801 to
63675dd
Compare
|
Thanks merged |
π¦ Package Details
Maintainer: @feckert (?)
Description:
This PR adds support for changing DNS records through beget.com API.
β Formalities