From 607470472d733fe03531d7585a5dc3eee7ac1f68 Mon Sep 17 00:00:00 2001 From: Razvan Dimescu Date: Mon, 23 Mar 2026 11:12:53 +0200 Subject: [PATCH] README: add numa lan on command to LAN discovery section Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 979ec2b..9b7ad2e 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,11 @@ dig @127.0.0.1 api.numa # → 192.168.1.5 curl http://api.numa # → proxied to Machine A's port 8000 ``` -Enable LAN discovery in `numa.toml`: +Enable LAN discovery: +```bash +numa lan on +``` +Or in `numa.toml`: ```toml [lan] enabled = true