Create a cron job to update dynamic DNS every 5 minutes on Hurrican Electric servers
- Clone the repository
$ git clone https://github.com/tsrivishnu/dynamic-dns-he.git
$ cd dynamic-dns-he
- Make the config file from example.
$ cp config.example config
- Update the config to match yours.
- Test by running the script and check your domain if the IP is updated.
$ ./update-dns-ip.sh
- Install the cron job to run every 5 minutes.
make install