From f34e4adba2ae1b5a43f0ccb765eba32b783cd1f4 Mon Sep 17 00:00:00 2001 From: Skylark Date: Fri, 10 Jul 2026 15:50:55 +0000 Subject: [PATCH] Clarify APP_TRUSTED_PROXIES description in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6061036..06433d8 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ linux/s390x * `REAL_IP_FROM`: Trusted addresses that are known to send correct replacement addresses (default `0.0.0.0/32`) * `REAL_IP_HEADER`: Request header field whose value will be used to replace the client address (default `X-Forwarded-For`) * `LOG_IP_VAR`: Use another variable to retrieve the remote IP address for access [log_format](http://nginx.org/en/docs/http/ngx_http_log_module.html#log_format) on Nginx. (default `remote_addr`) -* `APP_TRUSTED_PROXIES`: Trusted proxies for Laravel / LibreNMS proxy awareness (default `172.17.0.0/16`) +* `APP_TRUSTED_PROXIES`: Reverse proxy addresses trusted to forward the real client IP (default 172.17.0.0/16) * `SESSION_DRIVER`: [Driver to use for session storage](https://github.com/librenms/librenms/blob/master/config/session.php) (default `file`) * `CACHE_DRIVER`: [Driver to use for cache and locks](https://github.com/librenms/librenms/blob/master/config/cache.php) (default `database`)