LAN opt-in, mDNS, security hardening, path routing #12

Merged
razvandimescu merged 13 commits from feat/community-feedback-improvements into main 2026-03-23 19:55:20 +08:00
Showing only changes of commit 607470472d - Show all commits

View File

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