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
Use HTTP by default for DYN.com checkip server, used by many DDNS providers that do not have their own. This change is far more user friendly since you no longer have to explicitly set checkip-ssl=false for the most common use-case.
Some DDNS providers have multiple IP addresses registered for the same service, as of this release Inadyn immediately tries to connect to the next listed addresses on connection problems.
Issue #153: Support for custom HTTP User Agent. Useful with providers that require using a specific brower. Set to, e.g. "Mozilla/4.0", or rely on the default "inadyn/VERSION" user agent.
Support for the %% format specifier in custom server URL's, as mentioned in issue #152.
Add support for a .conf syntax checker: inadyn --check-config
Add support for logging to stderr when running in foreground or without syslog enabled
Simplified provider name lookup in .conf file. Now substring match is used, resulting in support for provider Dyn { ... }.
Remove libite dependency by importing all its used files into inadyn. This should ease adoption by distributions and end users. All code is under free licenses: BSD, ISC.
Import Timur's Debian packaging, adding debconf support
Fixes
Issue #152: Do not attempt to create PID file in oneshot mode (-1)