diff options
Diffstat (limited to 'docs/PACKAGING-GUIDE.md')
| -rw-r--r-- | docs/PACKAGING-GUIDE.md | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/docs/PACKAGING-GUIDE.md b/docs/PACKAGING-GUIDE.md index bb3a3bd..0f9997d 100644 --- a/docs/PACKAGING-GUIDE.md +++ b/docs/PACKAGING-GUIDE.md @@ -157,18 +157,9 @@ sudo firewall-cmd --reload sudo ufw allow "MeshBay Cast" ``` -### Node admin UI - -Opens TCP 18000. - -```bash -# Fedora (firewalld) -sudo firewall-cmd --permanent --add-service=meshbay-node -sudo firewall-cmd --reload - -# Ubuntu (ufw) -sudo ufw allow "MeshBay Node" -``` +The node's own administration surface is a loopback API (127.0.0.1 only, +per-run token) reached by the CLI and the desktop client's Node page. It is +never network-exposed and ships no firewall profile. --- |