From 453c7733469f9729ebb5e051bd2e8007c36396fe Mon Sep 17 00:00:00 2001 From: Razvan Dimescu Date: Sun, 29 Mar 2026 23:04:57 +0300 Subject: [PATCH] docs: update proxy bind_addr comment in example config Co-Authored-By: Claude Opus 4.6 (1M context) --- numa.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numa.toml b/numa.toml index 6a523ac..4fa0a3d 100644 --- a/numa.toml +++ b/numa.toml @@ -54,7 +54,7 @@ enabled = true port = 80 tls_port = 443 tld = "numa" -# bind_addr = "127.0.0.1" # default; auto 0.0.0.0 when [lan] enabled +# bind_addr = "127.0.0.1" # default; set to "0.0.0.0" for LAN access to .numa services # Pre-configured services (numa.numa is always added automatically) # [[services]]