mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-26 01:45:59 +03:00
[GH-ISSUE #119] slow ping (ERROR f=dns.go:54 pkg=main m=handleQuestion) #51
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#51
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 @kaluzki on GitHub (Apr 11, 2019).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/119
Originally assigned to: @mageddo on GitHub.
It is probably the same error like in #68
I use your image for my daily local development (thank you!)
github.com/kaluzki/docker-xampp@62d4f489a9/src/dns.Dockerfile (L3)github.com/kaluzki/docker-xampp@62d4f489a9/bin/xampp-env (L9)Since the last release (2.13.1) i've got constantly timeouts while trying to access local services via its container names.
In the previous release (2.10.4) it worked like a charm:
digseems to work in both versions@mageddo commented on GitHub (Apr 11, 2019):
@kaluzki thank you for your report, I made a lot of changes between 2.10.x and 2.13.x
@mageddo commented on GitHub (Apr 11, 2019):
I confirm the bug behavior, the behavior is the same for local, docker container and remote resolution
@mageddo commented on GitHub (Apr 11, 2019):
I really appreciate DPS is being useful for you and other people everyday
@mageddo commented on GitHub (Apr 11, 2019):
Please take a look at 2.13.2
@kaluzki commented on GitHub (Apr 12, 2019):
i switched back to the latest tag. it seems to work.
thanks for the quick troubleshooting.