https://github.com/rikonor/dns-auto-update
Automatically update DNS settings
https://github.com/rikonor/dns-auto-update
dns dns-auto dns-settings godaddy
Last synced: 3 months ago
JSON representation
Automatically update DNS settings
- Host: GitHub
- URL: https://github.com/rikonor/dns-auto-update
- Owner: rikonor
- License: mit
- Created: 2016-07-10T20:03:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T14:07:56.000Z (about 8 years ago)
- Last Synced: 2025-01-09T16:19:03.102Z (5 months ago)
- Topics: dns, dns-auto, dns-settings, godaddy
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DNS Auto-Update
---This tool can be used to automatically update DNS settings.
It fetches the current public IP from [ifconfig.co](ifconfig.co), and compares it to the currently set DNS IP on the selected provider.
If a discrepancy is found, it will update the DNS setting.### Supported providers:
* GoDaddy### Usage
```
GODADDY_API_KEY= \
GODADDY_API_SECRET= \
dns-auto-update -d "knickknacklabs.com -p "godaddy"
```**Feel free to add additional providers.**
### Ideas:
* Consul
* Dropbox