Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/osyoyu/gehirn-ddns
- Owner: osyoyu
- Created: 2016-01-02T16:05:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-03T16:36:47.000Z (about 9 years ago)
- Last Synced: 2023-03-25T19:44:41.648Z (almost 2 years ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.