Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atpons/gddns
A Gehirn DNS API simplification client.
https://github.com/atpons/gddns
Last synced: about 2 months ago
JSON representation
A Gehirn DNS API simplification client.
- Host: GitHub
- URL: https://github.com/atpons/gddns
- Owner: atpons
- License: mit
- Created: 2012-11-29T11:18:26.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T23:07:50.000Z (over 7 years ago)
- Last Synced: 2024-11-30T20:06:43.364Z (about 2 months ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gddns
===================
A Gehirn DNS API simplification client.
It potential for Dynamic Domain Name System (DDNS).Function
-------------------
+ Gehirn DNS API Control
+ DNS A Record Update (Not add)Usage
-------------------
+ Setting up to `config`
`token` => Gehirn DNS API Token
`secret` => Gehirn DNS API Secret
`domain` => Domain (e.x. example.com)
`record` => Record (e.x. abcd.example.com.)+ Running to gddns (Default your global IP address)
`gddns`
+ Appoint a IP address
`gddns 123.456.78.9`Notes
-------------------
+ Logged file to `gddns.log`
Logging on fatal / warning only.+ Using gems
+ `rest-client`
+ `nokogiri`License
-------------------
+ Please read `LICENSE`.