Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for inwx / docker config #114

Open
Technikte opened this issue Jan 23, 2020 · 1 comment
Open

add support for inwx / docker config #114

Technikte opened this issue Jan 23, 2020 · 1 comment

Comments

@Technikte
Copy link

Technikte commented Jan 23, 2020

Hi,
since I can't get it really how to use dyndns2 to update my inwx domain in a config file.
I would like to see support for inwx. https://www.inwx.de/de/

The update url looks like this.
https://dyndns.inwx.com/nic/update?myip=<ipaddr>&myipv6=<ip6addr>


I use the docker container with a mounted .ini file as config from the host.
docker run -d --name='dyndns' --net='bridge' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -v '/mnt/xxx/dnydnsc/dyndnsc.ini':'/etc/dyndnsc.ini':'rw' 'infothrill/dyndnsc-x86-alpine'

Maybe add as post arguments in the doc.
--config /etc/dyndnsc.ini --loop

An other question would be how to define the intervall and so in the .ini file ?
Does the docker container produce any kind of logs in the docker log for the container ?

@Technikte Technikte changed the title add support for inwx add support for inwx / docker config Jan 23, 2020
@infothrill
Copy link
Owner

Hi, is there any documentation for inwx.de available?
I would suggest to try this config:

[dyndnsc]
configs = inwx

[inwx]
detector = dnswanip
updater = dyndns2
updater-userid = inwxusername  (change this to your username)
updater-url = https://dyndns.inwx.com/nic/update
updater-password = ******
updater-hostname = dyndnsc.inwx.com (change this to your hostname)

With regards to interval: this is currently hard-coded. To see logs, increase the verbosity by specifying -vv or -vvv.

I will later publish a change that adds a --log-json option for better integration with the docker world, until then, simple stdout is produced if verbosity is high enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants