Update DNS repeatedly

This commit is contained in:
2020-12-17 10:36:24 -06:00
parent 2800425740
commit 4751f0e996
3 changed files with 41 additions and 22 deletions

View File

@@ -2,6 +2,7 @@ install:
cp hetzner-ddns.py /usr/local/bin
cp etc/hetzner-ddns.conf.example /etc
cp etc/systemd/hetzner-ddns.service /etc/systemd/system/
systemctl daemon-reload
uninstall:
rm /usr/local/bin/hetzner-ddns.py