Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 725 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 725 Bytes

Dynamic-IP-Updater

GoDaddy dns ip updater daemon

Installation

All commands are run on the Dynamic-IP-Updater directory

  1. Modify .credentials with your credentials.
  2. Run bash install -g to generate config file, edit accordingly (currently supports only one record)
  3. Install and start the daemon bash install.sh
  4. View help interface bash install.sh -h

Config file

  1. Config file is located in /etc/ipCheck/config.conf
  2. Edit this file and restart daemon with systemctl restart ipCheck.service to apply changes.

Useful commands

  1. You can view daemon state with
    sudo systemctl status ipCheck.service
  2. Or view trailing logs with
    sudo journalctl -u ipCheck.service -f