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-functions | |
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-functions')
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions index 8fc3386..e24cf3c 100644 --- a/global-functions +++ b/global-functions @@ -10,7 +10,7 @@ :local 0 "global-functions"; # expected configuration version -:global ExpectedConfigVersion 84; +:global ExpectedConfigVersion 85; # global variables not to be changed by user :global GlobalFunctionsReady false; |