All commands are run on the Dynamic-IP-Updater directory
- Modify
.credentialswith your credentials. - Run
bash install -gto generate config file, edit accordingly (currently supports only one record) - Install and start the daemon
bash install.sh - View help interface
bash install.sh -h
- Config file is located in
/etc/ipcheck/ipcheck_conf - Edit this file and restart daemon with
systemctl restart ipcheck.serviceto apply changes.
- You can view daemon state with
sudo systemctl status ipcheck.service - Or view trailing logs with
sudo journalctl -u ipcheck.service -f