diff --git a/README.md b/README.md index 5116a0bb..6b76e7ad 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ providers, ordered by the plugin that support them: * * * + * For the complete list, see `inadyn -L`, for machine friendly JSON output, use `inadyn -L -j`. diff --git a/examples/domeneshop.conf b/examples/domeneshop.conf index 75018668..b58e9ea0 100644 --- a/examples/domeneshop.conf +++ b/examples/domeneshop.conf @@ -3,6 +3,8 @@ period = 300 allow-ipv6 = true #verify-address = false +# To generate credentials, visit this page: +# https://domene.shop/admin?view=api provider domene.shop { username = token password = secret diff --git a/plugins/domeneshop.c b/plugins/domeneshop.c index 71f5147e..29b3a47b 100644 --- a/plugins/domeneshop.c +++ b/plugins/domeneshop.c @@ -21,10 +21,7 @@ #include "plugin.h" -/* - * https://api.domeneshop.no/docs/#tag/ddns/paths/~1dyndns~1update/get - */ - +/* https://api.domeneshop.no/docs/#tag/ddns/paths/~1dyndns~1update/get */ #define DOMENESHOP_UPDATE_IP_REQUEST \ "GET %s?" \ "hostname=%s&" \