-
-
Notifications
You must be signed in to change notification settings - Fork 222
Can update zone or subdomains, but not both #81
Comments
I just created 2 separated docker containers. |
@thijsjek can you use commas to separate multiple subdomains? |
So, the container let's you put in multiple like comma seperated domains or multiple -e subdomains, but that does not work. I didnt notice because my IP didn't change until I setup like below To adjust multiple subdomains, I think you have to create several containers. |
so you do
CONTAINER: suddomains
|
otherwise, may https://github.com/timothymiller/cloudflare-ddns may do it better |
Yes exactly. I just don't use docker compose. `docker run -d docker run -d Also from your link: |
Ran into the issue when I was trying to get the app to update the 'www' A record on cloudflare. Popped it in the subdomain field of the app, and then checked back after running it. My main website A record had not updated, but the www had. Remove the www subdomain from the app, rerun, and the main domain name A record updates. Seems to be one other the other. Is this how it's meant to function. Possible to update all A records (i.e. the domain + 1 or more subdomains) at once?
The text was updated successfully, but these errors were encountered: