监控域名状态,到期和 WHOIS 变化时提醒。
python3 scripts/domain.py add example.com
python3 scripts/domain.py status example.com
python3 scripts/domain.py list
python3 scripts/domain.py check
# 添加域名监控
python3 scripts/domain.py add example.com
python3 scripts/domain.py add mysite.io
# 查看状态
python3 scripts/domain.py status example.com
# 检查所有
python3 scripts/domain.py check
共 1 个版本