-
Notifications
You must be signed in to change notification settings - Fork 8
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
Support for wildcars #8
Comments
Never mind, I got it running by providing the record name as "*" (asterisk surrounded by double quotes). Maybe you should mention it in the documentation. |
Hey @punqbund, thank you for your feature request. That's a good point. The default behavior is updating the *-Record anyway. The CNAME values should be updated automatically by the *-Record. But if i understand you correctly, you would like to update more A- or AAAA-Records, right? Additionally i could add a parameter to provide multiple subdomains. This makes it explicit. What do you think? Cheers, |
Hi @kutzilla , right, it's about updating A-records in my case. I want to update both the A-record for mydomain.com and the A-record for *.mydomain.com at the same time.
Thinking this further, perhaps ZONE_RECORD_TYPE A and AAAA could be supported at the same time using the same principle:
|
Good point. To keep it dynamically, I suggest to define a new environment variable ZONES_CONF to provide a JSON structure to update multiple records. Like this:
What do you think? |
@kutzilla I think this would be a nice solution. |
Please add support for updating wildcard DNS records like *.mydomain.com. This would help me to update the IP address for all subdomains at once.
The text was updated successfully, but these errors were encountered: