Value::Domain::Ddns
value-domain ddns script
Installation
gem install value-domain-ddns
Usage
write config.json
to settings and put it into current directory.
{
"domain": "example.com",
"password": "example-password",
"hostname": "example"
}
and then execute
value-domain-ddns sync
to execute syncing.
if --config
option passed, read it.
--domain
, --password
, --hostname
, --ip
are also available.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request