Proxy DNS reverse resolution

The embedded DNS proxy is quite easy to use but, I’ve got feeling it doesn’t handle reverse resolution.

I know you can point multiple names on the left column to a unique IP on the right column, so I’m not so surprise…, but could be great to have. Dnsmasq have it. We are on 7.1.2.

nslookup sbs2003 192.168.0.200
Server: 192.168.0.200
Address: 192.168.0.200#53
Non-authoritative answer:
Name: sbs2003.pipo.land
Address: 192.168.0.250

but
nslookup 192.168.250 192.168.0.200
Server: 192.168.0.200
Address: 192.168.0.200#53
** server can’t find 192.168.250: NXDOMAIN

Any other way to accomplish this ?

Regards,