/ip firewall filter
add action=fasttrack-connection chain=forward comment=“Fasttrack UDP” dst-port=53 in-interface=all-ppp protocol=udp
add action=fasttrack-connection chain=forward comment=“Fasttrack TCP” dst-port=53 in-interface=all-ppp protocol=tcp
I am considering applying fasttrack dns to PPPoE connections in /ip firewall filter on the core router of our network but my concern is that a bad idea
from a security point of view as regards DDoS attack, can anyone advise on this?