output.dhcp_option=cfe({type="list",value=conf["dhcp-option"]or{},label="DHCP Option",descr="List of different or extra options to DHCP clients. See dnsmasq documentation."})
output.mx_host=cfe({type="list",value=conf["mx-host"]or{},label="MX Record",descr="List of MX records 'mx_name,hostname'."})
output.dns_filtering=cfe({type="boolean",value=dns_filtering.enabledorfalse,label="DNS filtering enabled",descr="State of DNS filtering."})
output.dns_whitelist=cfe({type="list",value=dns_filtering.whitelistor{},label="DNS whitelist",descr="DNS whitelist for filtering. Type one allowed domain per one line."})
output.dns_default_address=cfe({type="text",value=dns_filtering.default_addressor"",label="Blocked page server address",descr="All DNS requests which are not on the white list, will be redirected to this IP address. This address should have a web server running that shows an address blocked page. Example: 192.168.1.1"})