config rule
option name 'mark Traefik acme'
option src 'lan'
list src_mac '25:F3:F2:F4:40:13'
list dest_ip '8.8.8.8'
option target 'MARK'
option set_mark '0x1'
option dest '*'
config redirect 'adblock_lan53'
option name 'Adblock DNS (lan, 53)'
option src 'lan'
option proto 'tcp udp'
option src_dport '53'
option dest_port '53'
option target 'DNAT'
option family 'any'
option mark '!0x1'
I add a mark to the packet having as source the mac address of the host,
and the dns as destination
Then i filter the packet having this mark on the the dns hijack rule