You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New configurable listen address: --listen [host:]port, --bind <host>, and listenAddress in config — reach the managed config and the proxies from other devices on your network (still 127.0.0.1 by default)
Generated config fills each node's server from the request's address: a device fetching from http://<this-Mac-IP>:6171/ gets nodes pointed at <this-Mac-IP> instead of 127.0.0.1
⚠️ A port bound to 0.0.0.0 has no authentication — use it only on trusted networks
Internals: deduplicated shared logic, no behavior change