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
- Host: GitHub
- URL: https://github.com/zxkane/orayupdater
- Owner: zxkane
- Created: 2012-09-20T05:48:43.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-09-22T07:07:30.000Z (about 13 years ago)
- Last Synced: 2025-03-28T00:47:16.658Z (6 months ago)
- Language: Python
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```