Sure, it's only an easy way (for me) to see if there is even any traffic coming from that address. Will remove after the VPN actually worksCorrect. You can even remove the rule accepting anything from 34.XXX.XXX.251.
Oh, that is interesting! I might need that in the futureJust like IP address-list functionality, you can define a list of interfaces and make firewall rules match the groups.
/ip firewall filter
add chain=forward in-interface=br-lan10 out-interface=br-lan-local action=reject
move [find action="drop"]