From 85c4b0e8479052cfc497a2d7778846188ea67df5 Mon Sep 17 00:00:00 2001 From: Vegard Berg Date: Tue, 14 Feb 2023 08:04:45 +0100 Subject: [PATCH] Sample config --- config.example.toml | 6 ++++++ gandi-dns.timer | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 config.example.toml 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