diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-10-16 17:17:18 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-10-16 17:17:18 +0200 |
commit | 2289b88785b17f1003ad5ccd27cbb22a73f883d8 (patch) | |
tree | 4d57c16c3c0671d0619bf5f058d410ce433dea64 /dyndns.go | |
parent | dcca70f4e54baf4389018e66227147e6a2222967 (diff) |
module init
Diffstat (limited to 'dyndns.go')
-rw-r--r-- | dyndns.go | 2 |
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 |