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
90d6c7a907
|
4 years ago | |
---|---|---|
COPYING | 5 years ago | |
README.md | 4 years ago | |
he-ddns | 4 years ago | |
he-ddns.service | 4 years ago | |
he-ddns.timer | 4 years ago | |
he-ddnsrc | 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-ddnsrc /usr/local/etc/
sudoedit /usr/local/etc/he-ddnsrc
sudo install -o root -g root -m 0644 he-ddns?@.{service,timer} /etc/systemd/system
sudo systemctl daemon-reload
sudo systemctl enable --now he-ddns.timer