Sample config
This commit is contained in:
parent
ccb86e2d2a
commit
85c4b0e847
|
@ -0,0 +1,6 @@
|
||||||
|
api_key = "YOUR API KEY"
|
||||||
|
|
||||||
|
[[domain]]
|
||||||
|
name = "YOUR DOMAIN"
|
||||||
|
subdomains = ["@", "foo", "bar"]
|
||||||
|
|
|
@ -4,4 +4,7 @@ Description=Runs gandi-dns regularly
|
||||||
[Timer]
|
[Timer]
|
||||||
OnBootSec=15min
|
OnBootSec=15min
|
||||||
OnUnitActiveSec=1h
|
OnUnitActiveSec=1h
|
||||||
Persistent=true
|
Persistent=true
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=timers.target
|
||||||
|
|
Loading…
Reference in New Issue