leamas / ddupdate

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

Address plugins: cache value comparison always fails #19

Closed leamas closed 5 years ago

leamas commented 5 years ago

Comparisons of cached IPs to IPs from address plugins always fails. The cache is returning an address string, plugins IpAddr objects.

leamas commented 5 years ago

Fixed in [fc7dfcb6], closing