Allow multiple DDNS addresses
This code could probably be optimized a bit more.
This commit is contained in:
parent
6d828ea401
commit
752f187e0b
3 changed files with 30 additions and 18 deletions
|
|
@ -1,13 +0,0 @@
|
|||
[Unit]
|
||||
Description=Cloudflare DDNS service
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
User=cloudflare_ddns
|
||||
Group=cloudflare_ddns
|
||||
ExecStart=/home/cloudflare_ddns/bin/cloudflare_ddns/cloudflare_ddns.sh {{ wireguard_address }}
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue