Skip to content

skyway22/no-ip-updater

 
 

Repository files navigation

no-ip-updater

Python module to update No-IP server

Installing

$ python setup.py install

Usage

import no_ip_updater
no_ip_updater.update(username, password, host, ip)

Command line

To update from command line:

$ update-no-ip -u user -p pass -host ahost otherhost -ip myip

You can define in the script, a default user name, host, and even a password (not recommended). If not defined, the password will be prompted. If the IP is not passed on the command line, it will use the current IP.

About

Python module to update No-IP server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%