Releases: psi29a/cloudflareddns
Releases · psi29a/cloudflareddns
Smaller and faster
Now with RPi support and more
So with this, a few code tweaks to support CLI use-cases.
We fold in anything on CLI to override anything in the config file.
Example: zone to update in config file will be ignored with the param added on the command.
Config file is optional; you can do everything by CLI as well.
Best practice: put your token in file, set permission to keep it secret and pass commands via cli.
In addition to this, we make use of rustls to remove our dependence on openssl. This helps with size and cross-compiling.
We now have 4 targets:
- windows (amd64),
- linux (arm64/amd64)
- macos (arm64)
This is ready made for RPi support.
0.1.0 - Initial Release
Merge pull request #2 from psi29a/license add license