An open API service indexing awesome lists of open source software.

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

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