mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
drop 'netwatch-syslog'
To filter in firewall you should use something like this: /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;
This commit is contained in:
@@ -93,6 +93,7 @@
|
||||
82="Renamed the comment parameter 'hostname' to just 'name' for 'netwatch-notify'.";
|
||||
83="Introduced new setting to disable news and change notifications, dropped version from configuration.";
|
||||
84="Support for e-mail notifications moved to a module. It is installed automatically if required.";
|
||||
85="Dropped 'netwatch-syslog', filtering in firewall is advised.";
|
||||
};
|
||||
|
||||
# Migration steps to be applied on script updates
|
||||
|
Reference in New Issue
Block a user