summarylogtreecommitdiffstats
path: root/gandictl-ddns
diff options
context:
space:
mode:
Diffstat (limited to 'gandictl-ddns')
-rw-r--r--gandictl-ddns17
1 files changed, 17 insertions, 0 deletions
diff --git a/gandictl-ddns b/gandictl-ddns
new file mode 100644
index 000000000000..db762ac210c9
--- /dev/null
+++ b/gandictl-ddns
@@ -0,0 +1,17 @@
+# Gandi personal access token <https://docs.gandi.net/en/managing_an_organization/organizations/personal_access_token.html#personal-access-tokens>
+GANDI_V5_PAT=
+
+# a domain to manage (eg: example.org)
+FQDN=
+
+# a record name (eg: test; from test.example.org)
+NAME=
+
+# 'A' for ipv4, 'AAAA' for ipv6
+TYPE=A
+
+# ttl in second
+TTL=300
+
+# External service to provide your public IP
+IP=https://ipv4.seeip.org/