Skip to content

bretkikehara/duckdns-osx-manual-update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Duck DNS Manual Update Script

Quickstart

  1. Edit the ./duckdns.sh script.

  2. Set the SUBDOMAIN and the TOKEN variables from the Duck DNS website.

  3. Run these commands:

    ./duckdns.sh list ./duckdns.sh bind $interface

List available IPv4 interfaces

Running the script will list available IPv4 interfaces:

./duckdns.sh list
./duckdns.sh -l

Bind on an interface

In the terminal run:

./duckdns.sh bind $interface
./duckdns.sh -b $interface

Help

Run the command by itself for help:

./duckdns.sh

About

Using the Duck DNS service, manually bind a dynamic IP address based on local interface address or public IP address

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages