From ef873d17462edc3d960beb7e2b08a55d26196462 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Mon, 9 Sep 2024 14:17:04 +0200 Subject: [PATCH] chore: add trailing comma for allowed_admin_ranges Most of our examples have a trailing comma to easier copy and paste. Signed-off-by: Daniel Kesselberg --- admin_manual/installation/harden_server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/installation/harden_server.rst b/admin_manual/installation/harden_server.rst index cb4e585cb..0fcbbf19c 100644 --- a/admin_manual/installation/harden_server.rst +++ b/admin_manual/installation/harden_server.rst @@ -188,7 +188,7 @@ This can be achieved with this kind of setting, usually using private IP ranges: '127.0.0.1/8', '192.168.0.0/16', 'fd00::/8', - ] + ], All requests originating from IP addresses outside of these ranges will not be able to execute admin actions.