From 81a586e4cbc435651174131d75f05cf33094678c Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Thu, 8 Jul 2021 10:00:15 +0200 Subject: [PATCH] Add a link to a similar project. --- src/main.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 65367e7..fa7584e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,8 @@ /* * API Reference: https://api.gandi.net/docs/livedns/ - * Some inspiration: https://github.com/rmarchant/gandi-ddns/blob/master/gandi_ddns.py + * Some similar implementations: + * - https://github.com/rmarchant/gandi-ddns/blob/master/gandi_ddns.py + * - https://github.com/brianhp2/gandi-automatic-dns */ #![cfg_attr(debug_assertions, allow(unused_variables, unused_imports, dead_code))] -- 2.45.1