From fc25d42b62fb529f1635c88202f2859897688ee3 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 30 Apr 2025 16:07:02 +0000 Subject: [PATCH] about: Add link to SYN flood blog article Signed-off-by: Michael Tremer --- src/templates/static/about.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/templates/static/about.html b/src/templates/static/about.html index 78d12953..ed678ecd 100644 --- a/src/templates/static/about.html +++ b/src/templates/static/about.html @@ -277,7 +277,12 @@ Rate Limiting to Protect Servers from DoS attacks and Maximum Connection Limits -
  • SYN-flood Protection
  • +
  • + + SYN-flood Protection + + {{ _("New") }} +
  • Country-based Firewall Rules
  • Source and Destination NAT Rules
  • Time-based Firewall Rules
  • -- 2.47.3