No description
- Go 99.4%
- Makefile 0.6%
| config | ||
| dns | ||
| .gitignore | ||
| CHANGELOG.md | ||
| config.yml.exemple | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| Makefile | ||
| README.md | ||
LiveDNS
LiveDNS allows updating the DNS records of Gandi and PowerDNS by specifying the IPv4 and IPv6 addresses of the machine running the project.
Installation
If you are using Gandi's DNS, you need to generate a Gandi token by following the documentation. If you are using PowerDNS, you will need to generate an API key by following this documentation.
Next, create a configuration file based on the config.yml.example template.
Once the configuration file is ready, start the project by specifying the path to the configuration file:
$ livedns-go ./path/to/config.yml