Client for Google DDNS. Designed to be run as a scheduled job on a *nix machine (e.g. cron).
$ gem install google-ddns
To get setup, run the google-ddns
command and you will be prompted for your Google DDNS credentials. See this
documentation on how to retrieve the credentials for your domain.
NOTE: Your Google DDNS credentials will be stored in plaintext on your local machine.
Once you've provided your credentials, you can create a scheduled task to update your IP at an interval of your choosing.
- Fork the repo
- Write tests
- Add your feature/fix
- Submit a pull request
After checking out the repo, run bin/setup
to install dependencies. Then, run rake spec
to run the tests. You can also run bin/console
for an interactive prompt that will allow you to experiment.
Bug reports and pull requests are welcome on GitHub at https://github.com/f1sherman/google-ddns.
The gem is available as open source under the terms of the MIT License.