|
|
phpdyndns v1.9.2
phpdyndns v1.9.2 A dyndns client writen in PHP (2005-11-16) |
|
|
Linux Installation
- Download phpdyndns_1.9.2.tar.gz
- uncompress
- Locate your PHP executable
(/usr/bin/php or somthing like this)
- crontab -e
- Add this lines to your crontab configuration:
00,10,20,30,40,50 * * * * php -q /path_phpdyndns/phpdyndns.php
This refresh your dynamic ip 6 times per hour
- Edit 'config.txt' to configure your dyndns account
(user, password, host, etc.)
|