--- elwix/config/etc/uboot/rc.d/025.dnsmasq.stop 2014/01/23 09:34:55 1.1 +++ elwix/config/etc/uboot/rc.d/025.dnsmasq.stop 2014/09/15 19:06:52 1.2 @@ -0,0 +1,7 @@ +#!/bin/sh + +IFACES="-i vr0" + +echo "Starting dnsmasq ..." + +dnsmasq -u bind $IFACES