https://github.com/emersion/do-dyn-domain
Digital Ocean dynamic domain updater
https://github.com/emersion/do-dyn-domain
digitalocean dns domain upnp
Last synced: about 1 year ago
JSON representation
Digital Ocean dynamic domain updater
- Host: GitHub
- URL: https://github.com/emersion/do-dyn-domain
- Owner: emersion
- License: mit
- Created: 2017-05-09T20:06:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-22T08:22:27.000Z (over 7 years ago)
- Last Synced: 2025-04-01T23:15:16.310Z (over 1 year ago)
- Topics: digitalocean, dns, domain, upnp
- Language: Go
- Size: 14.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# do-dyn-domain
[](https://travis-ci.org/emersion/do-dyn-domain)
Digital Ocean dynamic domain updater. Works well with a UPnP router, integrates
with [doctl](https://github.com/digitalocean/doctl).
## Usage
Configure your `doctl` config file (on Unix, it's in `$HOME/.config/doctl/config.yaml`):
```yaml
access-token: MY_TOKEN
```
Run: `do-dyn-domain -domain example.org -record record-name`
## License
MIT