Joachim Wiberg

Results 646 comments of Joachim Wiberg

Nope. Unfortunately I cannot get an IPv6 at home yet, so we're short out of luck until some friendly soul submits a pull request. :disappointed:

@ThomasWaldmann heh, OK I'll give tunnelbroker a go first thing tomorrow! :smiley: Good to know about your nsupdate.info capabilities as well. Issue #83 though mentions they have something similar ...

So, as of 740abac Inadyn now supports using an external command to query the address, which also supports parsing IPv6 addresses. So far I've only tested it using the following...

Sure, my point was simply that it is now _possible_ to use IPv6 with Inadyn. The following script would likely work better :) ``` checkip-command = "ip address show scope...

I finished another function, now the `iface = eth0` setting can return IPv6 addresses as well. There is an IPv4 and IPv6 validator that filters out local/non-global addresses, Only thing...

Admittedly I'm by no means knowledgable about IPv6 but I've used the following standardized verifiers in [is_address_valid()](https://github.com/troglobit/inadyn/blob/master/src/ddns.c#L158): - `IN6_IS_ADDR_UNSPECIFIED()`: Unspecified address - `IN6_IS_ADDR_LOOPBACK()`: Loopback address - `IN6_IS_ADDR_LINKLOCAL()`: Unicast link-local address...

Due to the way I've chosen to implement the new "get interface address" code (portability reasons), I cannot use the same (Linux specific) socket API that the Python code does....

(I sincerely hope Inadyn will be dead in 200 years ... anything else is a really too scary to think about! Any other year that passes until then *without* IPv6...

Hi, and thanks! :) Inadyn is an Open Source project and depend on contributors for adding new features. I'm more than happy to help out with pointers to existing support,...

@SimonPilkington Might have been fixed by #292 ... I think. BUFSIZ on macOS seems to only be 1 kiB