Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upWe should flush DnsCache on protection start #91
Closed
Comments
This comment has been minimized.
This comment has been minimized.
Done. |
This comment has been minimized.
This comment has been minimized.
UPD: we should also clear it on network reconnect. |
This comment has been minimized.
This comment has been minimized.
Done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Look at HttpRemoteEndPoint class, DNS cache is used there as a static variable.
It can cause lots of issues when user is in Manual proxy mode as cache is never flushed.