From 180ed642de519270ba2e598e9d0b221b42393df2 Mon Sep 17 00:00:00 2001 From: Jack Doan Date: Tue, 16 Jun 2026 12:53:11 -0500 Subject: [PATCH] Update ICMP message for rejected packets --- docs/config/firewall.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/firewall.mdx b/docs/config/firewall.mdx index 9a9a1fa..2fb5278 100644 --- a/docs/config/firewall.mdx +++ b/docs/config/firewall.mdx @@ -178,4 +178,4 @@ Can be one of: - `drop`: silently drop the packet. - `reject`: send a reject reply. - For TCP, this will be a RST "Connection Reset" packet. - - For other protocols, this will be an ICMP port unreachable packet. + - For other protocols, this will be an ICMP "Destination unreachable: Administratively prohibited" packet.