From: Greg Burri Date: Thu, 8 Jul 2021 08:00:15 +0000 (+0200) Subject: Add a link to a similar project. X-Git-Url: http://git.euphorik.ch/index.cgi?a=commitdiff_plain;h=81a586e4cbc435651174131d75f05cf33094678c;p=gandi_dns_update.git Add a link to a similar project. --- 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))]