Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lzjluzijie/cloudxns-ddns
用Golang写的CloudXns的DDNS服务
https://github.com/lzjluzijie/cloudxns-ddns
Last synced: 23 days ago
JSON representation
用Golang写的CloudXns的DDNS服务
- Host: GitHub
- URL: https://github.com/lzjluzijie/cloudxns-ddns
- Owner: lzjluzijie
- License: mit
- Created: 2017-04-28T14:12:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-29T03:59:41.000Z (almost 8 years ago)
- Last Synced: 2024-11-15T12:05:53.483Z (3 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CloudXns-DDNS
用Golang写的CloudXns的DDNS服务### Usage ###
```
-a string
Your CloudXns AccessKey
-d (eg halu.lu)
Your domain (eg halu.lu)
-g (eg http://ip.halu.lu:8233)
Use url or upnp to get IP (eg http://ip.halu.lu:8233) (default "upnp")
-h (eg home)
Your host (eg home)
-s string
Your CloudXns SecretKey
-t (eg 60s)
Flush time (eg 60s) (default "600s")
```还在施工中