diff --git a/config.example.toml b/config.example.toml new file mode 100644 index 0000000..0da63b0 --- /dev/null +++ b/config.example.toml @@ -0,0 +1,6 @@ +api_key = "YOUR API KEY" + +[[domain]] +name = "YOUR DOMAIN" +subdomains = ["@", "foo", "bar"] + diff --git a/gandi-dns.timer b/gandi-dns.timer index 0e5c765..56353b0 100644 --- a/gandi-dns.timer +++ b/gandi-dns.timer @@ -4,4 +4,7 @@ Description=Runs gandi-dns regularly [Timer] OnBootSec=15min OnUnitActiveSec=1h -Persistent=true \ No newline at end of file +Persistent=true + +[Install] +WantedBy=timers.target