Run dnsproxy in a Docker container with default configuration
masterRun the container using the default configuration and expose the standard DNS ports (53/tcp and 53/udp).
docker run \
--name dnsproxy \
-p 53:53/tcp \
-p 53:53/udp \
adguard/dnsproxy