https://github.com/codedust/inwx-dyndns-ruby
DynDNS script using InterNetworX's official ruby API
https://github.com/codedust/inwx-dyndns-ruby
Last synced: 10 months ago
JSON representation
DynDNS script using InterNetworX's official ruby API
- Host: GitHub
- URL: https://github.com/codedust/inwx-dyndns-ruby
- Owner: codedust
- License: mit
- Created: 2014-09-24T14:05:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-24T15:07:01.000Z (over 11 years ago)
- Last Synced: 2025-02-15T03:15:13.581Z (12 months ago)
- Language: Ruby
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DynDNS script for InternetworX's XML-RPC API
=========
To execute the script simply adapt the variables in the CONFIG section (in inwx-dyndns.rb) and run
ruby inwx-dyndns.rb
A logfile is automatically created and aged once it reaches a size of 1MB (up to 10 revisions of the file).
Run periodically
------
You may use cron to run the script periodically and update your dns entry.
Here is an example for running the script every 5 minutes:
*/5 * * * * cd ~/inwx-dyndns-ruby/; ruby inwx-dyndns.rb
See [the Arch Linux Wiki](https://wiki.archlinux.org/index.php/Crontab) for more information about cron.
License
----
MIT