Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yinheli/dnspod-ddns
simple ddns tool for dnspod
https://github.com/yinheli/dnspod-ddns
ddns dnspod
Last synced: 15 days ago
JSON representation
simple ddns tool for dnspod
- Host: GitHub
- URL: https://github.com/yinheli/dnspod-ddns
- Owner: yinheli
- License: mit
- Created: 2022-05-12T15:35:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T11:51:18.000Z (10 months ago)
- Last Synced: 2024-10-11T16:37:45.788Z (2 months ago)
- Topics: ddns, dnspod
- Language: Rust
- Homepage:
- Size: 204 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# dnspod ddns
Simple dnspod ddns tool.
## install
```bash
cargo install dnspod-ddns
```or download from github release https://github.com/yinheli/dnspod-ddns/releases
## usage
```bash
dnspod-ddns --help
``````
USAGE:
dnspod-ddns [OPTIONS] --domain --sub-domain --tokenOPTIONS:
-d, --domain domain, eg: home.example.com
-h, --help Print help information
-i, --interval check interval seconds, eg: 10 default: 10 min: 5 max: 3600
[env: DNSPOD_INTERVAL=] [default: 10]
-s, --sub-domain sub domain, eg: www
-t, --token dnspod api key / token, eg:
12345,aeaae98e8fbee8369f93ec46c4384aed [env: DNSPOD_API_KEY=]
-V, --version Print version information
--verbose verbose log
```## resource
- dnspod documentation https://docs.dnspod.cn/api/record-list/