Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.
/ webfaction_dyndns Public archive

Update a WebFaction domain with the public IP address of your Internet connection

License

Notifications You must be signed in to change notification settings

wamonite/webfaction_dyndns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebFaction Dynamic DNS

Update a WebFaction domain with the public IP address of your Internet connection.

source @ github

Configuration

Prior to running, create the domain via the WebFaction control panel, set it to 'External' and set an initial IP address.

When running, the following environment variables need to be set:-

  • WEBFACTION_DYNDNS_DOMAIN

    domain excluding http:// or https://

  • WEBFACTION_DYNDNS_USER_NAME

    WebFaction control panel user name

  • WEBFACTION_DYNDNS_PASSWORD

    WebFaction control panel password

Protect your password using a tool such as envdir, e.g.

envdir ~/envdir/dyndns_config ./webfaction_dyndns.py -q

Usage

usage: webfaction_dyndns.py [-h] [-q]

optional arguments:
  -h, --help   show this help message and exit
  -q, --quiet  only output on error

Prerequisites

  • Python 2.7
  • Python 2.6 with argparse module

License

Copyright (c) 2014 Warren Moore

This software may be redistributed under the terms of the MIT License. See the file LICENSE for details.

Contact

      @wamonite     - twitter
       \_______.com - web
warren____________/ - email

About

Update a WebFaction domain with the public IP address of your Internet connection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages