-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[new package] ddns-go #6669
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
base: master
Are you sure you want to change the base?
[new package] ddns-go #6669
Conversation
It's just that Synology seems to be unable to directly change Cloudflare's DNS records. And the logo image is something I "drew" myself. |
@GrandDuke1106 found a nicer logo for you and pushed to your PR. |
@GrandDuke1106 please add line breaks at the end of all new text files. |
fix getting version
@hgy59 anything further before publishing this? I've installed it, logged in and set an admin password, upgraded it and it seems okay. I don't have a DDNS service myself so I can't test the DNS update feature. |
at least I have started using it normally |
@GrandDuke1106 is it possible to make the -f (update frequency) and -changeTime parameters configurable? It seems that it is not possible to configure these values in the config.yml. So for customizing the values, we would need an installation wizard and write the values to a file like installer-variables and to load the values from this file in service-setup.sh. Packages using such an approach are minio, demoservice, kiwix, |
The default value for the -f parameter of this program is 300 (i.e., 5 minutes), and the default value for -cacheTimes is 5 times. I just want to update the DNS as quickly as possible, even though 5 minutes is already quite short. I will add an installation wizard so that users can customize -f and -cacheTimes. |
fix various issues when upgrading software and reinstalling while retaining data improve install_uifile
Currently, with this installation method, upgrading or reinstalling with retaining data will generate an |
Description
This is a new package. Its upstream is https://github.com/jeessy2/ddns-go.
Fixes #
Checklist
all-supported
completed successfullyType of change