docker-dnsmasq
docker-dnsmasq copied to clipboard
/sync is very slowly.
$docker run
--name dnsmasq
-d
-p 53:53/udp
-p 5380:8080
-v /opt/dnsmasq.conf:/etc/dnsmasq.conf
--log-opt "max-size=100m"
-e "HTTP_USER=foo"
-e "HTTP_PASS=bar"
--restart always
jpillora/dnsmasq
After started and login, /sync used long time, one hour or more. please fix it. THX!!!