mirror of
https://github.com/SeriousBug/gandi-live-dns-rust
synced 2024-10-31 14:17:25 -05:00
11 lines
486 B
Markdown
11 lines
486 B
Markdown
|
## gandi-live-dns-rust
|
||
|
|
||
|
A program that can set the IP addresses for configured DNS entries in [Gandi](https://gandi.net)'s domain configuration.
|
||
|
Thanks to Gandi's [LiveDNS API](https://api.gandi.net/docs/livedns/), this creates a dynamic DNS system.
|
||
|
|
||
|
Inspired by [cavebeat's similar tool](https://github.com/cavebeat/gandi-live-dns),
|
||
|
which seems to be unmaintained at the time I'm writing this. I decided to rewrite it in Rust as a learning project.
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
- Copy `example.toml` to
|