projects
/
gandi_dns_update.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8b812f
)
Add a link to a similar project.
author
Greg Burri
<greg.burri@gmail.com>
Thu, 8 Jul 2021 08:00:15 +0000
(10:00 +0200)
committer
Greg Burri
<greg.burri@gmail.com>
Thu, 8 Jul 2021 08:00:15 +0000
(10:00 +0200)
src/main.rs
patch
|
blob
|
history
diff --git
a/src/main.rs
b/src/main.rs
index
65367e7
..
fa7584e
100644
(file)
--- 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))]