From 2cceda1ad4ace78a8ce66f4ec2aa95743c60f458 Mon Sep 17 00:00:00 2001 From: Sakurapainting Date: Thu, 2 Apr 2026 20:48:31 +0800 Subject: [PATCH] fix: update doc mention --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 617a2da7a..ac44bc2af 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -55,7 +55,7 @@ You can also override this with the environment variable `PICOCLAW_LOG_LEVEL`. When `gateway.host` is a loopback address (`127.0.0.1`, `::1`, or `localhost`) and bind fails (for example, on boards where loopback is unavailable), PicoClaw automatically: -1. Falls back to bind on `0.0.0.0`. +1. Falls back to bind on a wildcard address (`0.0.0.0` or `::`, depending on configuration). 2. Enforces a CIDR allowlist for gateway HTTP endpoints. 3. Discovers private local interface CIDRs only when `gateway.allowed_cidrs` is empty.