Skip to content

Commit

Permalink
Added domeneshop references
Browse files Browse the repository at this point in the history
  • Loading branch information
Elkoca committed Aug 24, 2024
1 parent 55cbdae commit 358a6a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ providers, ordered by the plugin that support them:
* <https://www.goip.de>
* <https://www.dnshome.de>
* <https://ipv64.net>
* <https://domene.shop>

For the complete list, see `inadyn -L`, for machine friendly JSON
output, use `inadyn -L -j`.
Expand Down
2 changes: 2 additions & 0 deletions examples/domeneshop.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions plugins/domeneshop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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&" \
Expand Down

0 comments on commit 358a6a9

Please sign in to comment.