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

Co-authored-by: Github Action <action@github.com>
This commit is contained in:
Adam 2025-12-26 10:29:48 -06:00 committed by GitHub
parent dd569c927a
commit 26e7043718
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 238 additions and 116 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` |
---