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
I'm planning to use this library as a backend for DNS caching in a proxy server.
After the TTL expires, I plan to fetch a new and possibly updated value from the DNS server. The auto-extending of TTL with Get() will result in the cache never being updated and potentially having stale values.
The text was updated successfully, but these errors were encountered:
I'm planning to use this library as a backend for DNS caching in a proxy server.
After the TTL expires, I plan to fetch a new and possibly updated value from the DNS server. The auto-extending of TTL with
Get()
will result in the cache never being updated and potentially having stale values.The text was updated successfully, but these errors were encountered: