You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I changed this OVH_USERNAME'='user'
and I get this error
2020/02/08 13:16:52 .env not provided, using environment variables instead
Settings domain: nextcloud.subzerocloud.com.es to ip: 83.45.128.245
2020/02/08 13:16:53
<title>401 Authorization Required</title>
Authorization Required
This server could not verify that you
are authorized to access the document
requested. Either you supplied the wrong
credentials (e.g., bad password), or your
browser doesn't understand how to supply
the credentials required.
Hi, could you try sending a request straight to ovh using something like curl -u username:password 'https://www.ovh.com/nic/update?system=dyndns&hostname=[YOUR_DOMAIN_NAME_HERE]&myip=[YOUR_IP_HERE]' and see if that works?
first of all thanks for developing this.
I'm tying to make it work but i get "no host" or "badfqdn" errors, depending on how I configure it.
I'm using a domain like "example.com.es" it's a second level domain, could this be the problem?
I run this
run -d --name='OVH-dyndns-updater' --net='br0' --ip='192.168.1.82' -e TZ="Europe/Paris" -e HOST_OS="A" -e 'OVH_USERNAME'='example.com.es-user' -e 'OVH_PASSWORD'='examplepass' -e 'DOMAINS'='sub.example.com.es' 'sazap10/ovh-ip-updater-go'
Doing this I get a no host error
The text was updated successfully, but these errors were encountered: