leamas / ddupdate

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

Use IpAddr datatype consistently for IP addresses #18

Closed tpikonen closed 5 years ago

tpikonen commented 5 years ago

Fixes always failing comparisons of cached IPs to IPs from address plugins. The cache was returning an address string, plugins IpAddr objects.

leamas commented 5 years ago

hm... that's quite a bug found and fixed. Thanks. Filing issue #19 as reference