dnspod-ddns

Crates.iodnspod-ddns
lib.rsdnspod-ddns
version0.1.11
sourcesrc
created_at2022-05-27 03:48:29.208729
updated_at2022-10-02 01:16:40.306184
descriptionSimple dnspod ddns tool
homepagehttps://github.com/yinheli/dnspod-ddns
repositoryhttps://github.com/yinheli/dnspod-ddns
max_upload_size
id594821
size46,665
yinheli (yinheli)

documentation

README

dnspod ddns

Simple dnspod ddns tool.

install

cargo install dnspod-ddns

or download from github release https://github.com/yinheli/dnspod-ddns/releases

usage

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

resource

Commit count: 115

cargo fmt