Reapply "feat(core): optional mdns service (#6192)"

This reverts commit 505068d5a6.
This commit is contained in:
Adam
2025-12-26 14:24:44 -06:00
parent 1e2ef07c97
commit b2f45d574f
15 changed files with 234 additions and 112 deletions

View File

@@ -18,10 +18,11 @@ opencode serve [--port <number>] [--hostname <string>]
#### Options
| Flag | Short | Description | Default |
| ------------ | ----- | --------------------- | ----------- |
| `--port` | `-p` | Port to listen on | `4096` |
| `--hostname` | `-h` | Hostname to listen on | `127.0.0.1` |
| Flag | Description | Default |
| ------------ | --------------------- | ----------- |
| `--port` | Port to listen on | `4096` |
| `--hostname` | Hostname to listen on | `127.0.0.1` |
| `--mdns` | Enable mDNS discovery | `false` |
---