dnsmasq should only listen on lo interface

This commit is contained in:
Daniel Winzen
2018-12-05 07:59:46 +01:00
parent fd95a4e2e3
commit 64163823a8

View File

@ -1,4 +1,4 @@
interface=*
interface=lo
server=127.0.0.1#54
no-resolv
cache-size=10000