inadyn icon indicating copy to clipboard operation
inadyn copied to clipboard

In-a-Dyn is a dynamic DNS client with multiple SSL/TLS library support

Results 49 inadyn issues
Sort by recently updated
recently updated
newest added

The `wildcard = true` option doesn't seem to work with Cloudflare: ```ini provider [email protected] { username = [email protected] password = TOKENTOKENTOKEN hostname = domain.tld wildcard = true } ``` My...

Not sure whether this is considered a user error or another instance of #211, but even when I use quotes (`"`) around my password in the config file, Basic Authentication...

help-wanted

I got this error: ``` Failed connecting to api.dynu.com: Operation now in progress ``` Because some DDNS service has bean blocked in China. Can inadyn use environment variable `https_proxy` to...

help-wanted

Currently running v2.3.1 on raspbian with google domains. `inadyn --check-config -l debug` ```bash config : /etc/inadyn.conf pidfile : /var/run/inadyn.pid cache-dir : /var/cache/inadyn Checking configuration file /etc/inadyn.conf Configuration file OK ```...

help-wanted

How can I set it up to preferably use an IPv6 address rather than IPv4? Does inadyn even support IPv6? I'm using Dyn, which gives me the possibility of entering...

help-wanted

Does this tool support the ipv6 address update to dnspod's ddns server. Regards, HY

Add to plugin * `address_type` for address types supported * `checkip_name_v6` for IPv6 lookup Add to provider configuration * `addrtype` for type of address to submit * `checkip_cmd_v6` for IPv6...

Hi Joachim, Got GnuTLS issue with Yandex DNS. Config: ``` provider yandex { username = linukz.org password = hostname = test } ``` Command: ```$ ./src/inadyn --cache-dir=/tmp/inadyn --pidfile=/tmp/inadyn.pid -n -l...

I'm not certain of this one, so I'm going to leave it to the string experts. I've seen that when calling `http_connection` twice in a routine that's called multiple times...

It would be good if there was a noproxy list like curl supports: ``` --noproxy Comma-separated list of hosts which do not use a proxy, if one is specified. The...