Different DNS for a specific IP

In Openwrt I just have to edit /etc/config/dhcp and add a new section similar to below:

config tag ‘kids’
list dhcp_option ‘dns server’

config host
option name ‘test’
option mac ‘MAC address’
option ip ‘devices IP addresses’
option tag ‘kids’

then restart dnsmasq.

how to do this in Ipfire?

Hi tano B
in my opinion your suggestion is very interesting.
This features is not matter in a corporate environment, but it is very useful at home, where a child should use a special DNS to filter his web access.
At the moment the GUI not allow to manage different DNS.
I hope that the development team agrees your bright idea.
Ciao
Paolo