[GH-ISSUE #119] slow ping (ERROR f=dns.go:54 pkg=main m=handleQuestion) #51

Closed
opened 2026-02-26 04:33:53 +03:00 by kerem · 5 comments
Owner

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!)

Since the last release (2.13.1) i've got constantly timeouts while trying to access local services via its container names.

$ nslookup mysql
;; Warning: ID mismatch: expected ID 26379, got 25257
;; Warning: ID mismatch: expected ID 26379, got 12160
;; Warning: ID mismatch: expected ID 26379, got 34480


$ ping mysql -c 3
PING mysql (172.18.0.6) 56(84) bytes of data.
64 bytes from 172.18.0.6 (172.18.0.6): icmp_seq=1 ttl=64 time=0.098 ms
64 bytes from 172.18.0.6 (172.18.0.6): icmp_seq=2 ttl=64 time=0.084 ms
64 bytes from 172.18.0.6 (172.18.0.6): icmp_seq=3 ttl=64 time=0.057 ms

--- mysql ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 11016ms
rtt min/avg/max/mdev = 0.057/0.079/0.098/0.019 ms

$ docker logs dns
...
2019/04/11 18:30:22 INFO f=local.go:65 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration  status=success
2019/04/11 18:30:22 INFO f=remote.go:66 pkg=github.com/mageddo/dns-proxy-server/proxy.remoteDnsSolver m=Solve uuid=88D4850B-54D3-B621-B714-72974DAC924C status=bad-code, name=mysql.home., rcode=3, err=status=invalid-answer-name, name=mysql.home., rcode=3
2019/04/11 18:30:22 INFO f=remote.go:67 pkg=github.com/mageddo/dns-proxy-server/proxy.remoteDnsSolver m=Solve uuid=88D4850B-54D3-B621-B714-72974DAC924C status=complete, name=mysql.home., res=3, err=status=invalid-answer-name, name=mysql.home., rcode=3
2019/04/11 18:30:22 ERROR f=dns.go:54 pkg=main m=handleQuestion uuid=88D4850B-54D3-B621-B714-72974DAC924C status=not-resolved, question={Name:mysql.home. Qtype:28 Qclass:1}%!(EXTRA *errors.errorString=status=invalid-answer-name, name=mysql.home., rcode=3)
2019/04/11 18:30:22 INFO f=remote.go:66 pkg=github.com/mageddo/dns-proxy-server/proxy.remoteDnsSolver m=Solve uuid=8C9904BF-CA58-5F85-D303-D2A9AD7DE22F status=bad-code, name=mysql.home., rcode=3, err=status=invalid-answer-name, name=mysql.home., rcode=3
2019/04/11 18:30:22 INFO f=remote.go:67 pkg=github.com/mageddo/dns-proxy-server/proxy.remoteDnsSolver m=Solve uuid=8C9904BF-CA58-5F85-D303-D2A9AD7DE22F status=complete, name=mysql.home., res=3, err=status=invalid-answer-name, name=mysql.home., rcode=3
2019/04/11 18:30:22 ERROR f=dns.go:54 pkg=main m=handleQuestion uuid=8C9904BF-CA58-5F85-D303-D2A9AD7DE22F status=not-resolved, question={Name:mysql.home. Qtype:1 Qclass:1}%!(EXTRA *errors.errorString=status=invalid-answer-name, name=mysql.home., rcode=3)
2019/04/11 18:30:23 INFO f=asm_amd64.s:1334 pkg=runtime m=goexit  status=updating-resolv.conf
2019/04/11 18:30:23 INFO f=resolvconf.go:127 pkg=github.com/mageddo/dns-proxy-server/resolvconf m=SetCurrentDNSServerToMachine status=begin, ip=172.18.0.2, err=<nil>
2019/04/11 18:30:23 INFO f=resolvconf.go:55 pkg=github.com/mageddo/dns-proxy-server/resolvconf m=ProcessResolvconf status=begin
2019/04/11 18:30:23 INFO f=scan.go:87 pkg=github.com/mageddo/dns-proxy-server/resolvconf m=ProcessResolvconf status=open-conf-file, file=/etc/resolv.conf
2019/04/11 18:30:23 INFO f=set-machine-dns-server.go:17 pkg=github.com/mageddo/dns-proxy-server/resolvconf.(*setMachineDNSServerHandler) m=process status=found-dns-proxy-entry
2019/04/11 18:30:23 INFO f=resolvconf.go:93 pkg=github.com/mageddo/dns-proxy-server/resolvconf m=ProcessResolvconf status=success, buffLength=777
2019/04/11 18:30:27 INFO f=local.go:34 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration status=begin, confPath=/app/conf/config.json
...

In the previous release (2.10.4) it worked like a charm:

$ nslookup mysql
Server:		172.18.0.2
Address:	172.18.0.2#53

Non-authoritative answer:
*** Can't find mysql.home: No answer



$ ping mysql -c 3
PING mysql (172.18.0.6) 56(84) bytes of data.
64 bytes from 172.18.0.6 (172.18.0.6): icmp_seq=1 ttl=64 time=0.127 ms
64 bytes from 172.18.0.6 (172.18.0.6): icmp_seq=2 ttl=64 time=0.066 ms
64 bytes from 172.18.0.6 (172.18.0.6): icmp_seq=3 ttl=64 time=0.063 ms

--- mysql ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2022ms
rtt min/avg/max/mdev = 0.063/0.085/0.127/0.030 ms

$ docker logs dns
...
2019/04/11 18:35:53 DEBUG f=dns.go:52 pkg=main m=handleQuestion uuid=063B77E7-2892-2B84-7B49-B4F8CF1BC0F0 status=begin, reqId=26668, questions=1, question=mysql.home., type=TypeAAAA
2019/04/11 18:35:53 DEBUG f=dns.go:52 pkg=main m=handleQuestion uuid=D81258A3-DC1F-5BCD-7978-C2662B34F0EC status=begin, reqId=61468, questions=1, question=mysql.home., type=TypeA
2019/04/11 18:35:53 DEBUG f=dns.go:56 pkg=main m=handleQuestion uuid=063B77E7-2892-2B84-7B49-B4F8CF1BC0F0 status=begin, solver=proxy.SystemDnsSolver
2019/04/11 18:35:53 DEBUG f=dns.go:56 pkg=main m=handleQuestion uuid=D81258A3-DC1F-5BCD-7978-C2662B34F0EC status=begin, solver=proxy.SystemDnsSolver
2019/04/11 18:35:53 DEBUG f=dns.go:52 pkg=main m=handleQuestion uuid=063B77E7-2892-2B84-7B49-B4F8CF1BC0F0 status=not-resolved, solver=proxy.SystemDnsSolver, err=host not found
2019/04/11 18:35:53 DEBUG f=dns.go:52 pkg=main m=handleQuestion uuid=D81258A3-DC1F-5BCD-7978-C2662B34F0EC status=not-resolved, solver=proxy.SystemDnsSolver, err=host not found
2019/04/11 18:35:53 DEBUG f=dns.go:56 pkg=main m=handleQuestion uuid=063B77E7-2892-2B84-7B49-B4F8CF1BC0F0 status=begin, solver=proxy.DockerDnsSolver
2019/04/11 18:35:53 DEBUG f=dns.go:56 pkg=main m=handleQuestion uuid=D81258A3-DC1F-5BCD-7978-C2662B34F0EC status=begin, solver=proxy.DockerDnsSolver
2019/04/11 18:35:53 DEBUG f=dns.go:52 pkg=main m=handleQuestion uuid=063B77E7-2892-2B84-7B49-B4F8CF1BC0F0 status=not-resolved, solver=proxy.DockerDnsSolver, err=hostname not found mysql.home
2019/04/11 18:35:53 DEBUG f=dns.go:52 pkg=main m=handleQuestion uuid=D81258A3-DC1F-5BCD-7978-C2662B34F0EC status=not-resolved, solver=proxy.DockerDnsSolver, err=hostname not found mysql.home
2019/04/11 18:35:53 DEBUG f=dns.go:56 pkg=main m=handleQuestion uuid=D81258A3-DC1F-5BCD-7978-C2662B34F0EC status=begin, solver=*proxy.CacheDnsSolver
2019/04/11 18:35:53 DEBUG f=dns.go:56 pkg=main m=handleQuestion uuid=063B77E7-2892-2B84-7B49-B4F8CF1BC0F0 status=begin, solver=*proxy.CacheDnsSolver
2019/04/11 18:35:53 DEBUG f=local.go:41 pkg=github.com/mageddo/dns-proxy-server/proxy.localDnsSolver m=solveHostname uuid=D81258A3-DC1F-5BCD-7978-C2662B34F0EC solver=local, status=hot-load, hostname=mysql.home
2019/04/11 18:35:53 DEBUG f=local.go:41 pkg=github.com/mageddo/dns-proxy-server/proxy.localDnsSolver m=solveHostname uuid=063B77E7-2892-2B84-7B49-B4F8CF1BC0F0 solver=local, status=hot-load, hostname=mysql.home
2019/04/11 18:35:53 INFO f=local.go:34 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration status=begin, confPath=/app/conf/config.json
2019/04/11 18:35:53 INFO f=local.go:34 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration status=begin, confPath=/app/conf/config.json
2019/04/11 18:35:53 INFO f=local.go:37 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration  status=openingFile
2019/04/11 18:35:53 INFO f=local.go:37 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration  status=openingFile
2019/04/11 18:35:53 INFO f=local.go:65 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration  status=success
2019/04/11 18:35:53 DEBUG f=local.go:41 pkg=github.com/mageddo/dns-proxy-server/proxy.localDnsSolver m=solveHostname uuid=063B77E7-2892-2B84-7B49-B4F8CF1BC0F0 solver=local, status=hot-load, hostname=.mysql.home
2019/04/11 18:35:53 INFO f=local.go:34 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration status=begin, confPath=/app/conf/config.json
2019/04/11 18:35:53 INFO f=local.go:65 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration  status=success
2019/04/11 18:35:53 INFO f=local.go:37 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration  status=openingFile
2019/04/11 18:35:53 DEBUG f=local.go:41 pkg=github.com/mageddo/dns-proxy-server/proxy.localDnsSolver m=solveHostname uuid=D81258A3-DC1F-5BCD-7978-C2662B34F0EC solver=local, status=hot-load, hostname=.mysql.home
2019/04/11 18:35:53 INFO f=local.go:34 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration status=begin, confPath=/app/conf/config.json
2019/04/11 18:35:53 INFO f=local.go:37 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration  status=openingFile
2019/04/11 18:35:53 INFO f=local.go:65 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration  status=success
2019/04/11 18:35:53 DEBUG f=local.go:41 pkg=github.com/mageddo/dns-proxy-server/proxy.localDnsSolver m=solveHostname uuid=063B77E7-2892-2B84-7B49-B4F8CF1BC0F0 solver=local, status=hot-load, hostname=.home
2019/04/11 18:35:53 INFO f=local.go:34 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration status=begin, confPath=/app/conf/config.json
2019/04/11 18:35:53 INFO f=local.go:37 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration  status=openingFile
2019/04/11 18:35:53 INFO f=local.go:65 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration  status=success
2019/04/11 18:35:53 DEBUG f=local.go:41 pkg=github.com/mageddo/dns-proxy-server/proxy.localDnsSolver m=solveHostname uuid=D81258A3-DC1F-5BCD-7978-C2662B34F0EC solver=local, status=hot-load, hostname=.home
2019/04/11 18:35:53 INFO f=local.go:34 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration status=begin, confPath=/app/conf/config.json
2019/04/11 18:35:53 INFO f=local.go:37 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration  status=openingFile
2019/04/11 18:35:53 INFO f=local.go:65 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration  status=success
2019/04/11 18:35:53 DEBUG f=dns.go:52 pkg=main m=handleQuestion uuid=063B77E7-2892-2B84-7B49-B4F8CF1BC0F0 status=not-resolved, solver=*proxy.CacheDnsSolver, err=hostname not found mysql.home
2019/04/11 18:35:53 DEBUG f=dns.go:56 pkg=main m=handleQuestion uuid=063B77E7-2892-2B84-7B49-B4F8CF1BC0F0 status=begin, solver=*proxy.CacheDnsSolver
2019/04/11 18:35:53 INFO f=local.go:65 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration  status=success
2019/04/11 18:35:53 DEBUG f=remote.go:32 pkg=github.com/mageddo/dns-proxy-server/proxy.remoteDnsSolver m=Solve uuid=063B77E7-2892-2B84-7B49-B4F8CF1BC0F0 solver=remote, name=mysql.home., qtype=28
2019/04/11 18:35:53 DEBUG f=dns.go:52 pkg=main m=handleQuestion uuid=D81258A3-DC1F-5BCD-7978-C2662B34F0EC status=not-resolved, solver=*proxy.CacheDnsSolver, err=hostname not found mysql.home
2019/04/11 18:35:53 DEBUG f=dns.go:56 pkg=main m=handleQuestion uuid=D81258A3-DC1F-5BCD-7978-C2662B34F0EC status=begin, solver=*proxy.CacheDnsSolver
2019/04/11 18:35:53 DEBUG f=remote.go:32 pkg=github.com/mageddo/dns-proxy-server/proxy.remoteDnsSolver m=Solve uuid=D81258A3-DC1F-5BCD-7978-C2662B34F0EC solver=remote, name=mysql.home., qtype=1
2019/04/11 18:35:53 INFO f=remote.go:66 pkg=github.com/mageddo/dns-proxy-server/proxy.remoteDnsSolver m=Solve uuid=063B77E7-2892-2B84-7B49-B4F8CF1BC0F0 status=bad-code, name=mysql.home., rcode=3, err=status=inva
...
  • by the way dig seems to work in both versions
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!) * https://github.com/kaluzki/docker-xampp/blob/62d4f489a945897f66dfe1c72950b2c0975fa382/src/dns.Dockerfile#L3 * https://github.com/kaluzki/docker-xampp/blob/62d4f489a945897f66dfe1c72950b2c0975fa382/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. ```bash $ nslookup mysql ;; Warning: ID mismatch: expected ID 26379, got 25257 ;; Warning: ID mismatch: expected ID 26379, got 12160 ;; Warning: ID mismatch: expected ID 26379, got 34480 $ ping mysql -c 3 PING mysql (172.18.0.6) 56(84) bytes of data. 64 bytes from 172.18.0.6 (172.18.0.6): icmp_seq=1 ttl=64 time=0.098 ms 64 bytes from 172.18.0.6 (172.18.0.6): icmp_seq=2 ttl=64 time=0.084 ms 64 bytes from 172.18.0.6 (172.18.0.6): icmp_seq=3 ttl=64 time=0.057 ms --- mysql ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 11016ms rtt min/avg/max/mdev = 0.057/0.079/0.098/0.019 ms $ docker logs dns ... 2019/04/11 18:30:22 INFO f=local.go:65 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration status=success 2019/04/11 18:30:22 INFO f=remote.go:66 pkg=github.com/mageddo/dns-proxy-server/proxy.remoteDnsSolver m=Solve uuid=88D4850B-54D3-B621-B714-72974DAC924C status=bad-code, name=mysql.home., rcode=3, err=status=invalid-answer-name, name=mysql.home., rcode=3 2019/04/11 18:30:22 INFO f=remote.go:67 pkg=github.com/mageddo/dns-proxy-server/proxy.remoteDnsSolver m=Solve uuid=88D4850B-54D3-B621-B714-72974DAC924C status=complete, name=mysql.home., res=3, err=status=invalid-answer-name, name=mysql.home., rcode=3 2019/04/11 18:30:22 ERROR f=dns.go:54 pkg=main m=handleQuestion uuid=88D4850B-54D3-B621-B714-72974DAC924C status=not-resolved, question={Name:mysql.home. Qtype:28 Qclass:1}%!(EXTRA *errors.errorString=status=invalid-answer-name, name=mysql.home., rcode=3) 2019/04/11 18:30:22 INFO f=remote.go:66 pkg=github.com/mageddo/dns-proxy-server/proxy.remoteDnsSolver m=Solve uuid=8C9904BF-CA58-5F85-D303-D2A9AD7DE22F status=bad-code, name=mysql.home., rcode=3, err=status=invalid-answer-name, name=mysql.home., rcode=3 2019/04/11 18:30:22 INFO f=remote.go:67 pkg=github.com/mageddo/dns-proxy-server/proxy.remoteDnsSolver m=Solve uuid=8C9904BF-CA58-5F85-D303-D2A9AD7DE22F status=complete, name=mysql.home., res=3, err=status=invalid-answer-name, name=mysql.home., rcode=3 2019/04/11 18:30:22 ERROR f=dns.go:54 pkg=main m=handleQuestion uuid=8C9904BF-CA58-5F85-D303-D2A9AD7DE22F status=not-resolved, question={Name:mysql.home. Qtype:1 Qclass:1}%!(EXTRA *errors.errorString=status=invalid-answer-name, name=mysql.home., rcode=3) 2019/04/11 18:30:23 INFO f=asm_amd64.s:1334 pkg=runtime m=goexit status=updating-resolv.conf 2019/04/11 18:30:23 INFO f=resolvconf.go:127 pkg=github.com/mageddo/dns-proxy-server/resolvconf m=SetCurrentDNSServerToMachine status=begin, ip=172.18.0.2, err=<nil> 2019/04/11 18:30:23 INFO f=resolvconf.go:55 pkg=github.com/mageddo/dns-proxy-server/resolvconf m=ProcessResolvconf status=begin 2019/04/11 18:30:23 INFO f=scan.go:87 pkg=github.com/mageddo/dns-proxy-server/resolvconf m=ProcessResolvconf status=open-conf-file, file=/etc/resolv.conf 2019/04/11 18:30:23 INFO f=set-machine-dns-server.go:17 pkg=github.com/mageddo/dns-proxy-server/resolvconf.(*setMachineDNSServerHandler) m=process status=found-dns-proxy-entry 2019/04/11 18:30:23 INFO f=resolvconf.go:93 pkg=github.com/mageddo/dns-proxy-server/resolvconf m=ProcessResolvconf status=success, buffLength=777 2019/04/11 18:30:27 INFO f=local.go:34 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration status=begin, confPath=/app/conf/config.json ... ``` In the previous release (2.10.4) it worked like a charm: ```bash $ nslookup mysql Server: 172.18.0.2 Address: 172.18.0.2#53 Non-authoritative answer: *** Can't find mysql.home: No answer $ ping mysql -c 3 PING mysql (172.18.0.6) 56(84) bytes of data. 64 bytes from 172.18.0.6 (172.18.0.6): icmp_seq=1 ttl=64 time=0.127 ms 64 bytes from 172.18.0.6 (172.18.0.6): icmp_seq=2 ttl=64 time=0.066 ms 64 bytes from 172.18.0.6 (172.18.0.6): icmp_seq=3 ttl=64 time=0.063 ms --- mysql ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2022ms rtt min/avg/max/mdev = 0.063/0.085/0.127/0.030 ms $ docker logs dns ... 2019/04/11 18:35:53 DEBUG f=dns.go:52 pkg=main m=handleQuestion uuid=063B77E7-2892-2B84-7B49-B4F8CF1BC0F0 status=begin, reqId=26668, questions=1, question=mysql.home., type=TypeAAAA 2019/04/11 18:35:53 DEBUG f=dns.go:52 pkg=main m=handleQuestion uuid=D81258A3-DC1F-5BCD-7978-C2662B34F0EC status=begin, reqId=61468, questions=1, question=mysql.home., type=TypeA 2019/04/11 18:35:53 DEBUG f=dns.go:56 pkg=main m=handleQuestion uuid=063B77E7-2892-2B84-7B49-B4F8CF1BC0F0 status=begin, solver=proxy.SystemDnsSolver 2019/04/11 18:35:53 DEBUG f=dns.go:56 pkg=main m=handleQuestion uuid=D81258A3-DC1F-5BCD-7978-C2662B34F0EC status=begin, solver=proxy.SystemDnsSolver 2019/04/11 18:35:53 DEBUG f=dns.go:52 pkg=main m=handleQuestion uuid=063B77E7-2892-2B84-7B49-B4F8CF1BC0F0 status=not-resolved, solver=proxy.SystemDnsSolver, err=host not found 2019/04/11 18:35:53 DEBUG f=dns.go:52 pkg=main m=handleQuestion uuid=D81258A3-DC1F-5BCD-7978-C2662B34F0EC status=not-resolved, solver=proxy.SystemDnsSolver, err=host not found 2019/04/11 18:35:53 DEBUG f=dns.go:56 pkg=main m=handleQuestion uuid=063B77E7-2892-2B84-7B49-B4F8CF1BC0F0 status=begin, solver=proxy.DockerDnsSolver 2019/04/11 18:35:53 DEBUG f=dns.go:56 pkg=main m=handleQuestion uuid=D81258A3-DC1F-5BCD-7978-C2662B34F0EC status=begin, solver=proxy.DockerDnsSolver 2019/04/11 18:35:53 DEBUG f=dns.go:52 pkg=main m=handleQuestion uuid=063B77E7-2892-2B84-7B49-B4F8CF1BC0F0 status=not-resolved, solver=proxy.DockerDnsSolver, err=hostname not found mysql.home 2019/04/11 18:35:53 DEBUG f=dns.go:52 pkg=main m=handleQuestion uuid=D81258A3-DC1F-5BCD-7978-C2662B34F0EC status=not-resolved, solver=proxy.DockerDnsSolver, err=hostname not found mysql.home 2019/04/11 18:35:53 DEBUG f=dns.go:56 pkg=main m=handleQuestion uuid=D81258A3-DC1F-5BCD-7978-C2662B34F0EC status=begin, solver=*proxy.CacheDnsSolver 2019/04/11 18:35:53 DEBUG f=dns.go:56 pkg=main m=handleQuestion uuid=063B77E7-2892-2B84-7B49-B4F8CF1BC0F0 status=begin, solver=*proxy.CacheDnsSolver 2019/04/11 18:35:53 DEBUG f=local.go:41 pkg=github.com/mageddo/dns-proxy-server/proxy.localDnsSolver m=solveHostname uuid=D81258A3-DC1F-5BCD-7978-C2662B34F0EC solver=local, status=hot-load, hostname=mysql.home 2019/04/11 18:35:53 DEBUG f=local.go:41 pkg=github.com/mageddo/dns-proxy-server/proxy.localDnsSolver m=solveHostname uuid=063B77E7-2892-2B84-7B49-B4F8CF1BC0F0 solver=local, status=hot-load, hostname=mysql.home 2019/04/11 18:35:53 INFO f=local.go:34 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration status=begin, confPath=/app/conf/config.json 2019/04/11 18:35:53 INFO f=local.go:34 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration status=begin, confPath=/app/conf/config.json 2019/04/11 18:35:53 INFO f=local.go:37 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration status=openingFile 2019/04/11 18:35:53 INFO f=local.go:37 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration status=openingFile 2019/04/11 18:35:53 INFO f=local.go:65 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration status=success 2019/04/11 18:35:53 DEBUG f=local.go:41 pkg=github.com/mageddo/dns-proxy-server/proxy.localDnsSolver m=solveHostname uuid=063B77E7-2892-2B84-7B49-B4F8CF1BC0F0 solver=local, status=hot-load, hostname=.mysql.home 2019/04/11 18:35:53 INFO f=local.go:34 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration status=begin, confPath=/app/conf/config.json 2019/04/11 18:35:53 INFO f=local.go:65 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration status=success 2019/04/11 18:35:53 INFO f=local.go:37 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration status=openingFile 2019/04/11 18:35:53 DEBUG f=local.go:41 pkg=github.com/mageddo/dns-proxy-server/proxy.localDnsSolver m=solveHostname uuid=D81258A3-DC1F-5BCD-7978-C2662B34F0EC solver=local, status=hot-load, hostname=.mysql.home 2019/04/11 18:35:53 INFO f=local.go:34 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration status=begin, confPath=/app/conf/config.json 2019/04/11 18:35:53 INFO f=local.go:37 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration status=openingFile 2019/04/11 18:35:53 INFO f=local.go:65 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration status=success 2019/04/11 18:35:53 DEBUG f=local.go:41 pkg=github.com/mageddo/dns-proxy-server/proxy.localDnsSolver m=solveHostname uuid=063B77E7-2892-2B84-7B49-B4F8CF1BC0F0 solver=local, status=hot-load, hostname=.home 2019/04/11 18:35:53 INFO f=local.go:34 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration status=begin, confPath=/app/conf/config.json 2019/04/11 18:35:53 INFO f=local.go:37 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration status=openingFile 2019/04/11 18:35:53 INFO f=local.go:65 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration status=success 2019/04/11 18:35:53 DEBUG f=local.go:41 pkg=github.com/mageddo/dns-proxy-server/proxy.localDnsSolver m=solveHostname uuid=D81258A3-DC1F-5BCD-7978-C2662B34F0EC solver=local, status=hot-load, hostname=.home 2019/04/11 18:35:53 INFO f=local.go:34 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration status=begin, confPath=/app/conf/config.json 2019/04/11 18:35:53 INFO f=local.go:37 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration status=openingFile 2019/04/11 18:35:53 INFO f=local.go:65 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration status=success 2019/04/11 18:35:53 DEBUG f=dns.go:52 pkg=main m=handleQuestion uuid=063B77E7-2892-2B84-7B49-B4F8CF1BC0F0 status=not-resolved, solver=*proxy.CacheDnsSolver, err=hostname not found mysql.home 2019/04/11 18:35:53 DEBUG f=dns.go:56 pkg=main m=handleQuestion uuid=063B77E7-2892-2B84-7B49-B4F8CF1BC0F0 status=begin, solver=*proxy.CacheDnsSolver 2019/04/11 18:35:53 INFO f=local.go:65 pkg=github.com/mageddo/dns-proxy-server/events/local m=LoadConfiguration status=success 2019/04/11 18:35:53 DEBUG f=remote.go:32 pkg=github.com/mageddo/dns-proxy-server/proxy.remoteDnsSolver m=Solve uuid=063B77E7-2892-2B84-7B49-B4F8CF1BC0F0 solver=remote, name=mysql.home., qtype=28 2019/04/11 18:35:53 DEBUG f=dns.go:52 pkg=main m=handleQuestion uuid=D81258A3-DC1F-5BCD-7978-C2662B34F0EC status=not-resolved, solver=*proxy.CacheDnsSolver, err=hostname not found mysql.home 2019/04/11 18:35:53 DEBUG f=dns.go:56 pkg=main m=handleQuestion uuid=D81258A3-DC1F-5BCD-7978-C2662B34F0EC status=begin, solver=*proxy.CacheDnsSolver 2019/04/11 18:35:53 DEBUG f=remote.go:32 pkg=github.com/mageddo/dns-proxy-server/proxy.remoteDnsSolver m=Solve uuid=D81258A3-DC1F-5BCD-7978-C2662B34F0EC solver=remote, name=mysql.home., qtype=1 2019/04/11 18:35:53 INFO f=remote.go:66 pkg=github.com/mageddo/dns-proxy-server/proxy.remoteDnsSolver m=Solve uuid=063B77E7-2892-2B84-7B49-B4F8CF1BC0F0 status=bad-code, name=mysql.home., rcode=3, err=status=inva ... ``` * by the way `dig` seems to work in both versions
kerem 2026-02-26 04:33:53 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@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

<!-- gh-comment-id:482292447 --> @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
Author
Owner

@mageddo commented on GitHub (Apr 11, 2019):

I confirm the bug behavior, the behavior is the same for local, docker container and remote resolution

<!-- gh-comment-id:482293946 --> @mageddo commented on GitHub (Apr 11, 2019): I confirm the bug behavior, the behavior is the same for local, docker container and remote resolution
Author
Owner

@mageddo commented on GitHub (Apr 11, 2019):

I really appreciate DPS is being useful for you and other people everyday

<!-- gh-comment-id:482296802 --> @mageddo commented on GitHub (Apr 11, 2019): I really appreciate DPS is being useful for you and other people everyday
Author
Owner

@mageddo commented on GitHub (Apr 11, 2019):

Please take a look at 2.13.2

<!-- gh-comment-id:482370300 --> @mageddo commented on GitHub (Apr 11, 2019): Please take a look at [2.13.2](https://github.com/mageddo/dns-proxy-server/releases/tag/2.13.2)
Author
Owner

@kaluzki commented on GitHub (Apr 12, 2019):

Please take a look at 2.13.2

i switched back to the latest tag. it seems to work.

thanks for the quick troubleshooting.

<!-- gh-comment-id:482626833 --> @kaluzki commented on GitHub (Apr 12, 2019): > Please take a look at [2.13.2](https://github.com/mageddo/dns-proxy-server/releases/tag/2.13.2) i switched back to the **latest** tag. it seems to work. thanks for the quick troubleshooting.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dns-proxy-server-mageddo#51
No description provided.