Add Cloudflare DDNS updater scripts and systemd configurations
This commit is contained in:
10
dyndns/systemd/cf-ddns.timer
Normal file
10
dyndns/systemd/cf-ddns.timer
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Run Cloudflare DDNS every 5 minutes
|
||||
|
||||
[Timer]
|
||||
OnBootSec=1min
|
||||
OnUnitActiveSec=5min
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Reference in New Issue
Block a user