mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/ddclient: fix dyndns domeneshop hostname parameter name (#3784)
This commit is contained in:
@@ -56,7 +56,7 @@ class Domeneshop(BaseAccount):
|
||||
hostnames = self.settings.get('hostnames')
|
||||
|
||||
# DNS update request using the "IP update protocol"
|
||||
url = f'https://api.domeneshop.no/v0/dyndns/update?hostnames={hostnames}&myip={str(self.current_address)}'
|
||||
url = f'https://api.domeneshop.no/v0/dyndns/update?hostname={hostnames}&myip={str(self.current_address)}'
|
||||
req_opts = {
|
||||
'url': url,
|
||||
'auth': HTTPBasicAuth(self.settings.get('username'), self.settings.get('password')),
|
||||
|
||||
Reference in New Issue
Block a user