2022-09-23 19:50:16 +02:00
|
|
|
This script has been dropped. Filtering in firewall is advised, which should
|
|
|
|
|
look something like this:
|
2020-03-27 21:49:03 +01:00
|
|
|
|
2022-09-23 19:50:16 +02:00
|
|
|
/ip/firewall/filter/add action=reject chain=output out-interface-list=WAN port=514 protocol=udp reject-with=icmp-admin-prohibited;
|
|
|
|
|
/ip/firewall/filter/add action=reject chain=forward out-interface-list=WAN port=514 protocol=udp reject-with=icmp-admin-prohibited;
|