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
{{ message }}
This repository was archived by the owner on Feb 13, 2021. It is now read-only.
The dns server of our data center is unstable, so i use dnscache to fix it, and it works most of the time, but when cache expired and dns server is unstable the same time, our service is interrupted until dns server works again.
One solution i think is add a refresh time option(less then ttl time), when cached item not expired but need refresh, resolve it async, update cache if resolve succussfully.