Set up infomaniak.com and other DD-WRT providers #486
-
Hey there, changelog for 2.11.0 mentions, that there are many more providers now:
After getting the providers with: I found my provider Infomaniak: {
"name": "[email protected]",
"checkip-server": "checkip.dyndns.com",
"checkip-url": "/",
"update-server": "infomaniak.com",
"update-url": "/nic/update"
} Following that example I configure the inadyn.conf like this:
I do get those errors though:
Any help on setting this up is greatly appreciated. michael |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Use |
Beta Was this translation helpful? Give feedback.
-
@troglobit Thanks, that was an important hint. Still, I cannot get this up and running in Docker. services:
inadyn:
container_name: inadyn
volumes:
- /home/michael/inadyn/etc/inadyn.conf:/etc/inadyn.conf
image: troglobit/inadyn:latest
networks: {} and this inadyn.conf which is located on the docker host. this is my updated config:
Michael |
Beta Was this translation helpful? Give feedback.
-
@troglobit
|
Beta Was this translation helpful? Give feedback.
-
It does work occasionally, but more often, I do get this errors:
|
Beta Was this translation helpful? Give feedback.
Use
provider
keyword for DDNS providers we have native support for, notcustom
.