Skip to content

codedust/inwx-dyndns-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 for more information about cron.

License

MIT

About

DynDNS script using InterNetworX's official ruby API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages