On Thu May 15 07:22:42 2025 +0000, Hans Leidekker wrote:
NotifyAddrChange() seems appropriate for DHCP address changes (although IPv4 only). URLs detected via DNS probably change less often but any change wouldn't be handled by this code. It's not clear what would trigger a change, perhaps add a timer using the TTL on the hostname record?. I think it's okay to ignore that for now.
I forgot to mention, invalidating the cache based on IP address is what WinHTTP does according to a [Microsoft doc](https://learn.microsoft.com/en-us/windows/win32/winhttp/autoproxy-cache).