Quentin McGaw
Quentin McGaw
> But since today the kernel implementation inside the container couldn't be used no matter what. What do you mean? With the latest image? Does it work with v3.35.0? >...
Please try image `qmcgaw/gluetun:pr-1741` after a reboot to see if it loads the kernel module properly. You can use `LOG_LEVEL=debug` which will debug log if there is an error loading...
Done in #1741
Discussing this on https://github.com/paritytech/zombienet/discussions/623 (sorry I wasn't aware/didn't search for this issue)
> I don't think we should add this unless other people on the team will actually use this. Up to you, although I use it 😄 I also maintain it...
> Nice stuff! 🎉 Those upgrades enable Gossamer to use go1.19? Yes, see https://github.com/ChainSafe/gossamer/pull/2719
You might want to try image `qmcgaw/dns:v2.0.0-beta`. It's quite stable, offer more fun stuff like metrics, should be on par with Unbound (latest image and v1.x.x images) in under 2-4...
I just saw your screenshot, sorry about that. What does `sudo lsof -nP -i4TCP:53` and `sudo lsof -nP -i4UDP:53` give you from a terminal? There might be some proxy already...
Try with docker port mapping `127.0.0.1:53:53/udp` and `127.0.0.1:53:53/tcp`? mdnsresponder might not be listening on the loopback interface...
What do you want to use the dns server for? Is it just for the machine running it or for other containers? If it's for the Machine running it, would...