https://github.com/razobeckett/duckdnsupdate
Update your duckdns domin
https://github.com/razobeckett/duckdnsupdate
ddns-script ddns-updater duckdns go golang
Last synced: 12 months ago
JSON representation
Update your duckdns domin
- Host: GitHub
- URL: https://github.com/razobeckett/duckdnsupdate
- Owner: RazoBeckett
- License: mit
- Created: 2024-07-15T09:41:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T14:27:01.000Z (almost 2 years ago)
- Last Synced: 2025-07-11T13:48:49.421Z (12 months ago)
- Topics: ddns-script, ddns-updater, duckdns, go, golang
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Duck Dns Update
A simple command line tool to update your duckdns domain with your current public ip address
Built with Go using the [Cobra](https://github.com/spf13/cobra) library
## Build
```bash
go build .
```
## Usage
> [!IMPORTANT]
> domain should be the subdomain name without the .duckdns.org part and without https:// prefix
- This will update your domain with your current public ip address
```bash
duckdnsupdate
```
- This will update your domain with the provide ip address
```bash
duckdnsupdate --ip-addr
```
[LICENSE](LICENSE)