We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dipper_ai は AlmaLinux 9/10 向けの DDNS 自動更新ツールです。 IP アドレスの変化を検知し、MyDNS または Cloudflare の DNS レコードをリアルタイムで更新します。 systemd タイマーで定期実行し、エラー発生時にはメール通知を送ることができます。
user.conf
dig
# 1. ビルド go build -o dipper_ai ./cmd/dipper_ai # 2. インストール(root 必要) sudo bash scripts/install.sh # 3. 設定 sudo cp /etc/dipper_ai/user.conf.example /etc/dipper_ai/user.conf sudo vi /etc/dipper_ai/user.conf # 4. 動作確認 dipper_ai check
詳細は Installation を参照してください。