leamas / ddupdate

Update DNS Data for Dynamic IP Addresses
MIT License
40 stars 28 forks source link

Configuration `options` variable is a string #27

Closed aerusso closed 5 years ago

aerusso commented 5 years ago

As far as I can tell, the options parameter that is passed to plugins is a string, and not a list of string. This patch should bring everything in-line with that interpretation.

I admit, however, that I don't understand how any plugins with configuration options could have ever worked before this, so if I strongly expect that I've misunderstood the usage of the configuration files.

leamas commented 5 years ago

Fixed in [01790a2], but the other way around: options is actually a list.