aboutsummaryrefslogtreecommitdiff
path: root/dyndns.go
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2022-10-16 17:17:18 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2022-10-16 17:17:18 +0200
commit2289b88785b17f1003ad5ccd27cbb22a73f883d8 (patch)
tree4d57c16c3c0671d0619bf5f058d410ce433dea64 /dyndns.go
parentdcca70f4e54baf4389018e66227147e6a2222967 (diff)
module init
Diffstat (limited to 'dyndns.go')
-rw-r--r--dyndns.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/dyndns.go b/dyndns.go
new file mode 100644
index 0000000..47f8513
--- /dev/null
+++ b/dyndns.go
@@ -0,0 +1,2 @@
+// dyndns is a dual-stack DynDNS client that uses the INWX JSON-RPC API.
+package main