mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-03 17:54:36 +02: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:
parent
eccc187014
commit
bfe2cbf575
5 changed files with 6 additions and 52 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue