Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/osyoyu/gehirn-ddns

DDNS client for Gehirn Web Services DNS
https://github.com/osyoyu/gehirn-ddns

Last synced: about 1 month ago
JSON representation

DDNS client for Gehirn Web Services DNS

Awesome Lists containing this project

README

        

gehirn-ddns
===========

## これはなに
最悪な DDNS スクリプト。cron で5分ごとに回すと良い

## Usage
```
gddns.rb -c [PATH]
```

## Config
```
{
"token": "API_TOKEN",
"secret": "API_SECRET",
"domain": "example.com",
"record": "subdomain.example.com."
}
```
Note the trailing `.` in the `record` field.