-
Notifications
You must be signed in to change notification settings - Fork 9
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
How to update both the domain and subdomain through docker compose? #46
Comments
Try:
For more Infos, see: #7 (comment)
|
I updated the readme, if you have still have trouble updating the root domain please reopen the issue. |
thank you so much! Indeed, this fixed it :) |
Is there a way I can use the "@" to configure my root domain, while still using the wildcard? I tried "SUBDOMAINS: "@,*" and it didn't seem to help. |
@kandykarter, This works, just test it:
Please test it again, if it still fails open a new issue including the content of your |
Oh, weird! Will try it again, maybe I just messed something up somewhere. Thanks for the quick response! |
I had it set in reverse before ("*,@"), but setting it like in your example seems to have worked! Weird! Thanks for the help. |
@kandykarter yes that is a bug, I fixed it in #49 Edit: I will release a fixed version after I merged #48 |
This PR addresses a bug identified by @kandykarter #46 (comment) , where the order of the root domain handle @ determines whether it is set or not. Additionally, another bug was fixed where all records of a domain were deleted, not just A and AAAA records.
Hello! As mentioned here #19 , multiple concurrent updates seem implemented.
However, after setting up docker compose with the environment variables as so:
"DOMAIN=my.domain",
"SUBDOMAINS=*",
only the A record of
*.my.domain
is getting updated , whilemy.domain
is not. I am not very tech savvy, so there's probably something I am missing here.The text was updated successfully, but these errors were encountered: