Dnsmasq running as nobody

root@turris:~# ping google.com
^C
root@turris:~# cat /tmp/kresd.config
--Automatically generated file; DO NOT EDIT
modules = {
    'hints'
  , 'policy'
  , 'stats'
  , predict = {
        window = 30 -- 30 minutes sampling window
      , period = 24*(60/30) -- track last 24 hours
  }
}
hints.config('/etc/hosts')
net.bufsize(4096)
net.ipv4=true
net.ipv6=true
cache.open(20*MB)
cache.clear()
policy:add(policy.all(policy.FORWARD('10.0.0.21')))
policy:add(policy.all(policy.FORWARD('8.8.8.8')))
root@turris:~# 

it seems like if 10.0.0.21 is still used for DNS, but this is disconected now (cable is pulled out)