All commands are run on the Dynamic-IP-Updater directory
- Modify
.credentials
with your credentials. - Run
bash install -g
to 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/config.conf
- Edit this file and restart daemon with
systemctl restart ipCheck.service
to apply changes.
- You can view daemon state with
sudo systemctl status ipCheck.service
- Or view trailing logs with
sudo journalctl -u ipCheck.service -f