Hi, there is a bug in dnsmasq_ismain(). The first parameter in the call of list_contains() must be the variable which contains the list and not the list itself. [ -n $notinterfaces ] && list_contains $notinterfaces "loopback" || return 1 $notinterfaces must be replace by notinterfaces. Regards, Hartmut