The cloudflare-ddns command launches a foreground process which updates a record and exits as soon as the record is up-to-date. However, the package provides infrastructure to keep that record updated in case of future IP address changes, thanks to systemd configuration files which make it behave similar to what a daemon would accomplish, as explained in the README's systemd timer section.
Unfortunately, it is either not possible or not clear how to use that infrastructure to maintain 2 different records (for example, foo.org and bar.org). The configuration file can store 1 token and 1 target record, but it is not clear that it can store more, and using several configuration files basically requires modifying/copying systemd configuration files. As of version 2.1, the configuration file appears to be unspecified.
The Debian package's French description reads:
cloudflare-ddns est un programme ponctuel : exécutez-le, il met à jour les enregistrements DNS et il quitte.
But I assume that is a mistake. The translator must have used plural assuming that several records were supported.
The
cloudflare-ddnscommand launches a foreground process which updates a record and exits as soon as the record is up-to-date. However, the package provides infrastructure to keep that record updated in case of future IP address changes, thanks tosystemdconfiguration files which make it behave similar to what a daemon would accomplish, as explained in the README's systemd timer section.Unfortunately, it is either not possible or not clear how to use that infrastructure to maintain 2 different records (for example, foo.org and bar.org). The configuration file can store 1 token and 1 target record, but it is not clear that it can store more, and using several configuration files basically requires modifying/copying
systemdconfiguration files. As of version 2.1, the configuration file appears to be unspecified.The Debian package's French description reads:
But I assume that is a mistake. The translator must have used plural assuming that several records were supported.