资 源 简 介
Easy to configure utility that will update DNS-O-Matic when your IP address changes.
Sample config file:
user = my_user_idpass = my_password
Suitable for Linux systems.
See my blog entry for further information.
Installation
After downloading, extract the file update-dnsomatic-0.2.1.tar.gz and then edit the file config with a minimum of your DNS-O-Matic user id and password. Run ./install.sh and follow the simple prompts to install.
```
tar xvzf update-dnsomatic-0.2.1.tar.gz
cd update-dnsomatic-0.2.1/
edit ./config with your editor of choice
A sample config file:
user = myuserid
pass = my_password
#
as root or sudo:
./install.sh
```
W