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

https://github.com/zxkane/orayupdater

Automatically register current IP to dynamic DNS service hosted on oray.com
https://github.com/zxkane/orayupdater

Last synced: 4 months ago
JSON representation

Automatically register current IP to dynamic DNS service hosted on oray.com

Awesome Lists containing this project

README

          

OrayUpdater
===========

Automatically register current IP to dynamic DNS service hosted on oray.com

## Usage

* Specify your hostname, username and password via program arguments

> usage: updater.py [-h] [-f] [-s HOSTNAME] [-u USERNAME] [-p PASSWORD]
>
>
> optional arguments:
>
> -h, --help *show this help message and exit*
>
> -f, --force *force updating IP address of ddns*
>
> -s HOSTNAME, --hostname HOSTNAME
> *hostname to be updated*
>
> -u USERNAME, --username USERNAME
> *username of Oray.com*
>
> -p PASSWORD, --password PASSWORD
> *password of Oray.com*

* Create a **.orayupdater.cfg** file in your home directory, write your hostname, username and password in it. For example,

```cfg
[OrayUpdator]
Username=myname
Hostname=myname.gicp.net
Password=passw0rd
```