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
Browse filesBrowse the repository at this point in the historyBrowse files
root
committed
feat(gateway): add LAN mode toggle in add-on config
Add gateway_lan_mode option to control gateway bind mode:
- false (default): bind to loopback only (secure, local access)
- true: bind to LAN (accessible from local network)
Non-destructive config patching: only modifies gateway.bind,
preserves auth token and all other settings.
0 commit comments