No commit activity in last 3 years
No release in over 3 years
value-domain ddns script
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 0

Runtime

>= 0.17.0
 Project Readme

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request