mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[GH-ISSUE #415] Circuit Breaker for Remote DNS Servers #143
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#143
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 (Jun 1, 2023).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/415
Originally assigned to: @mageddo on GitHub.
What is expected
DPS have a remote DNS circuit breaker feature to automatically disable/re-enable remote servers when the come offline or online again.
What is Happening
DPS will try the offline remote server every time a query is made and wait until the timeout to go to the next server.
Changes
@mageddo commented on GitHub (Jun 2, 2023):
Just released
3.16.0-snapshotcan you check it ? @dmekhov@dmekhov commented on GitHub (Jun 2, 2023):
@mageddo Thanks!
Everything looks great!
I've switched on/off vpn and checked a couple of internal resources which have different IP from internal and external dns - everything works as expected (taking into ttl dns records).
I'll keep watching and let you know if I find any problems.
@mageddo commented on GitHub (Jun 2, 2023):
I'll close that but you can reopen it if you have any issue related to.