X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=src%2Fmain.rs;h=fa7584ecbb8f9234ed082a4ee59ed53788bbc1c5;hb=81a586e4cbc435651174131d75f05cf33094678c;hp=65367e7747aaba1bfadb99c0f3ac6cfe1b96c8af;hpb=f8b812ff8449cf420f41619db6c910f451b56629;p=gandi_dns_update.git 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))]