diff --git a/board/common/rootfs/etc/dnsmasq.conf b/board/common/rootfs/etc/dnsmasq.conf index f093056b..15b085a6 100644 --- a/board/common/rootfs/etc/dnsmasq.conf +++ b/board/common/rootfs/etc/dnsmasq.conf @@ -2,8 +2,12 @@ # managed by openresolv. DHCP lease, VPN tunnel establishment, # and similar events feed servers and configuration to dnsmasq. domain-needed -#interface=lo -listen-address=127.0.0.1 + +# Only listen to loopback (local system) +interface=lo +bind-dynamic +#listen-address=127.0.0.1,::1 + enable-dbus # Generated by openresolv