Closed DTPlayer closed 4 days ago
hm 127.0.0.1 is not correct in this case. 127.0.0.1
is the src ip if running dig inside the container. you test the query from the docker host? then you probably need something like 172.17.0.0/16
(docker default).
Ok, on server dns working, but in my pc dns timeout(ip address in allowed clients is correct)
With 0.0.0.0/0
in allowed clients from PC, I get timeout too
Port 53 has open in server
I fix that. We are a router block DNS packets)
Greetings. I ran into a problem that the DNS server does not process requests.
docker compose logs
docker-compose.yml
Everything works well inside the container. What could be the problem when transferring everything from Docker to the system? Thank you in advance for your reply.