Then you can use the extra ip through the fake interface added.
the tags 'know' and '!know' tells dnsmasq to which interface/networks belongs the dhcp client depending on whether or not it has been declared.
/etc/config/dnsmasq:
config dhcp 'lan'
option interface 'pro'
option dhcpv4 'server'
option dhcpv6 'disable'
option dynamicdhcp 0
list dhcp_option 'option:router,10.0.1.254'
list dhcp_option 'option:ntp-server,10.0.1.254'
list dhcp_option 'option:dns-server,10.0.1.254'
list tag 'known'
config dhcp 'lantrash'
option interface 'protrash'
option start '100'
option limit '150'
option leasetime '12h'
list tag '!known'