2 个不稳定版本
0.4.0 | 2021 年 2 月 7 日 |
---|---|
0.1.0 | 2020 年 12 月 18 日 |
10 在 #pem
50 每月下载量
用于 2 crates
6KB
运行服务器
cargo run -p my_public_ip_server -- \
--config-file server/config.toml \
--db-dir db \
--log-file server/log4rs.yaml \
--pid-file server/my_public_ip_server.pid \
--cert-file server/cert.pem \
--key-file server/key.pem \
--port 8998
运行客户端
RUST_LOG=info cargo run -p my_public_ip_client -- \
--url=https://127.0.0.1:8998 \
--api-key=abcdef \
list
RUST_LOG=info cargo run -p my_public_ip_client -- \
--url=https://127.0.0.1:8998 \
--api-key=012345 \
update
RUST_LOG=info cargo run -p my_public_ip_client -- \
--url=https://127.0.0.1:8998 \
--api-key=012345 \
update-forever \
--interval=3
依赖项
~0.7–1.4MB
~33K SLoC