The help says:
--config string Path to config file. If not specified will look for cloudflare-ddns.toml in the program dir (), $HOME/.config, or /etc, in that order
But running it without --config it does not find the file in /etc/cloudflare-ddns.toml even though it exists and it's readable. Invoking with an explicit --config /etc/cloudflare-ddns.toml works.
The help says:
--config string Path to config file. If not specified will look for cloudflare-ddns.toml in the program dir (), $HOME/.config, or /etc, in that orderBut running it without
--configit does not find the file in/etc/cloudflare-ddns.tomleven though it exists and it's readable. Invoking with an explicit--config /etc/cloudflare-ddns.tomlworks.