que dnsmasq vuelva a escuchar en loopback para el proxy

This commit is contained in:
Bet@ 2024-09-05 11:20:29 -04:00
parent 146b545a7b
commit a009a6c21c

View File

@ -120,10 +120,9 @@ domain=comun
interface=comun
# Or you can specify which interface _not_ to listen on
except-interface=eth0
except-interface=lo
# Or which to listen on by address (remember to include 127.0.0.1 if
# you use this.)
listen-address=10.13.12.1
listen-address=10.13.12.1,127.0.0.1
# If you want dnsmasq to provide only DNS service on an interface,
# configure it as shown above, and then use the following line to
# disable DHCP and TFTP on it.