diff options
author | Christian Hesse <mail@eworm.de> | 2022-09-23 19:50:16 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-09-25 22:18:44 +0200 |
commit | bfe2cbf575e4682db86c04044e90f7f997f7de04 (patch) | |
tree | e2a01d1d2e08ef039a01e110912e499cc83a9e1f /global-config.changes | |
parent | eccc187014da0ee71bdfc94bfc105e6d4b4524ed (diff) |
drop 'netwatch-syslog'change-85
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;
Diffstat (limited to 'global-config.changes')
-rw-r--r-- | global-config.changes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global-config.changes b/global-config.changes index 6dc8df6..4bd302f 100644 --- a/global-config.changes +++ b/global-config.changes @@ -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 |