mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[GH-ISSUE #455] Remote Server Solver Cache Consistency Guarantee #165
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#165
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mageddo on GitHub (May 29, 2024).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/455
What is Happening
Consider the following scenario (#440 )
What is expected
The thing is, once the VPN is disconnected and 10.0.0.10 DNS server is now unavailable, 10.0.0.169 reponse is obsolete, inconsistent, it looks like clear the remote cache when one of the remotes goes down or up, is the expected behavior.
Changes (Optional)
SolverRemotewhich is with really big methods, see #459