#ddns #dnspod #tool #com

app dnspod-ddns

简单的dnspod ddns工具

10个版本

0.1.11 2022年10月2日
0.1.10 2022年9月10日
0.1.8 2022年8月15日
0.1.5 2022年6月27日
0.1.2 2022年5月27日

#3 in #dnspod

每月 35 次下载

MIT 许可证

15KB
204 lines

dnspod ddns

简单的dnspod ddns工具。

安装

cargo install dnspod-ddns

或从GitHub发布版下载 https://github.com/yinheli/dnspod-ddns/releases

用法

dnspod-ddns --help
USAGE:
    dnspod-ddns [OPTIONS] --domain <DOMAIN> --sub-domain <SUB_DOMAIN> --token <TOKEN>

OPTIONS:
    -d, --domain <DOMAIN>            domain, eg: home.example.com
    -h, --help                       Print help information
    -i, --interval <INTERVAL>        check interval seconds, eg: 10 default: 10 min: 5 max: 3600
                                     [env: DNSPOD_INTERVAL=] [default: 10]
    -s, --sub-domain <SUB_DOMAIN>    sub domain, eg: www
    -t, --token <TOKEN>              dnspod api key / token, eg:
                                     12345,aeaae98e8fbee8369f93ec46c4384aed [env: DNSPOD_API_KEY=]
    -V, --version                    Print version information
        --verbose                    verbose log

资源

依赖项

~11–25MB
~376K SLoC