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

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

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)