mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
e83915d10d7180c40b5cb14fc7a47eac23cfc270
If query-port is set, we create sockets bound to the wildcard address and the query port for IPv4 and IPv6, but the IPv6 one fails, because is covers IPv4 as well, and an IPv4 socket already exists (it gets created first). Set V6ONLY to avoid this.
Description
No description provided
Languages
C
94.2%
Perl
2.3%
HTML
1.2%
Shell
1.1%
Makefile
0.6%
Other
0.6%