mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 21:30:44 +00:00
15 lines
313 B
JSON
15 lines
313 B
JSON
{
|
|
"id": "bonjour",
|
|
"activation": {
|
|
"onStartup": true
|
|
},
|
|
"enabledByDefault": true,
|
|
"name": "Bonjour Gateway Discovery",
|
|
"description": "Advertise the local OpenClaw gateway over Bonjour/mDNS.",
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|