aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2022-09-23 19:50:16 +0200
committerGravatar Christian Hesse <mail@eworm.de>2022-09-25 22:18:44 +0200
commitbfe2cbf575e4682db86c04044e90f7f997f7de04 (patch)
treee2a01d1d2e08ef039a01e110912e499cc83a9e1f /README.md
parenteccc187014da0ee71bdfc94bfc105e6d4b4524ed (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 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index be52699..c670fd0 100644
--- a/README.md
+++ b/README.md
@@ -195,7 +195,6 @@ Available scripts
* [Mode button with multiple presses](doc/mode-button.md)
* [Manage DNS and DoH servers from netwatch](doc/netwatch-dns.md)
* [Notify on host up and down](doc/netwatch-notify.md)
-* [Manage remote logging](doc/netwatch-syslog.md)
* [Visualize OSPF state via LEDs](doc/ospf-to-leds.md)
* [Manage system update](doc/packages-update.md)
* [Run scripts on ppp connection](doc/ppp-on-up.md)