First Commit

This commit is contained in:
KacperLa 2025-11-24 13:17:00 -05:00
parent 51ca26f5ce
commit ae0956b2d8
8 changed files with 1106 additions and 61 deletions

14
porkbun-ddns.service Normal file
View file

@ -0,0 +1,14 @@
[Unit]
Description=Porkbun Dynamic DNS Update
After=network.target
Wants=network.target
[Service]
Type=oneshot
User=porkbun-ddns-user
Group=porkbun-ddns-group
WorkingDirectory=/opt/porkbun-ddns
ExecStart=/opt/porkbun-ddns/updateDNS.sh
[Install]
WantedBy=multi-user.target