-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Multiple zones (multiple hostedZoneID) #910
Comments
SGTM, I guess we could make Route53 config a slice to handle that: ddns-route53/internal/config/config.go Line 19 in 98b7f02
|
This would be a very nice feature. I currently only have 1 domain, but it seems a bit silly that I'd have to run multiple instances of the updater to manage more than 1 domain at a time. Sidenote: nice work, thanks for building this little app! Just moved from a custom Powershell script relying on AWS SDK in Windows to running this in Podman on RHEL9. |
Yes multiple hostedZoneIDs would be really nice. |
Any news on this? I just tried adding another hostedzoneid, but got an error. Any workaround besides running another instance? |
It would help me a lot if it was possible to configure multiple zones (multiple hostedZoneID) in the YAML. I have alias domains, I prefer to use A and AAAA records than CNAME.
The text was updated successfully, but these errors were encountered: