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 <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg
2024-09-09 14:17:04 +02:00
parent 2cfd1ff836
commit 8ce8939735

View File

@@ -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.