Linux · 2016-08-20

dnsmasq[28046]: Maximum number of concurrent DNS queries reached (max: 150)


/usr/sbin/dnsmasq -C, --conf-file=/etc/dnsmasq.conf --dns-forward-max=15000

[root@localhost ~]# cat /etc/dnsmasq.conf
resolv-file=/etc/dnsmasq.resolv.conf
cache-size=150000
conf-dir=/etc/dnsmasq.d

[root@localhost ~]# cat /etc/dnsmasq.resolv.conf
nameserver $Your_DNS_Server