Bash script to update Hurricane Electric Dynamic DNS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rasul a95d2be80c
sample config
4 years ago
COPYING mit license 4 years ago
README.md readme 4 years ago
he-ddns use a config file which specifies v4 and v6 4 years ago
he-ddns.service don't split up 4 and 6 4 years ago
he-ddns.timer don't split up 4 and 6 4 years ago
he-ddnsrc sample config 4 years ago

README.md

Bash script and systemd service to update Hurricane Electric's free dynamic dns service. It uses curl.

git clone https://gitlab.com/rascul/he-ddns
cd he-ddns
sudo install -o root -g root -m 0755 he-ddns /usr/local/bin
sudo install -o root -g root -m 0644 he-ddns?@.{service,timer} /etc/systemd/system
sudo mkdir -p /etc/he-ddns
echo "some_key" | sudo tee /etc/he-ddns/some_domain
sudo chmod 0600 /etc/he-ddne/some_domain
sudo systemctl daemon-reload
sudo systemctl enable --now he-ddns4@some_domain.service
sudo systemctl enable --now he-ddns6@some_domain.service