Skip to content

Keep your IP address updated with the "duckdns" service!.

License

Notifications You must be signed in to change notification settings

tuxedoar/quackmyip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quackmyip

Keep your public IP address updated, when using the DuckDNS service.

Requirements

In order to work, this program, needs the following Python 3 libraries:

Installation

You can use pip to install it:

pip install quackmyip
Syntax
usage: quackmyip [-h] FILE

Update your IP address for your duckdns registered domain

positional arguments:
  FILE        The configuration file to use

  optional arguments:
    -h, --help  show this help message and exit

For its usage, it's recommended to create a daily cron job!.

Configuration

Prior to its usage, a configuration file must be created, as shown in the following example:

[duckdns]
token = [YOUR_TOKEN]
domain = [YOUR_DOMAIN]