From 2b98792657d0d948b8e6acc0e004d9518a2e28a6 Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Sun, 25 Jun 2023 07:02:12 -0400 Subject: [PATCH] docs: add zeroconf changes Signed-off-by: Eric Callahan --- docs/changelog.md | 2 ++ docs/configuration.md | 11 +++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index a2500b9..8c1d639 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -13,6 +13,8 @@ The format is based on [Keep a Changelog]. - **notifier**: Added support for a configurable `body_format` - **power**: Added support for generic `http` type switches. - **metadata**: Added support for OrcaSlicer +- **zeroconf**: Added support for a configurable mDNS hostname. +- **zeroconf**: Added support for UPnP/SSDP Discovery. ### Fixed diff --git a/docs/configuration.md b/docs/configuration.md index 69e5f26..7f36a2a 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -2096,13 +2096,20 @@ gcode: ``` ### `[zeroconf]` -Enable Zeroconf service registration allowing external services to more -easily detect and use Moonraker instances. +Enables support for Zeroconf (Apple Bonjour) discovery, allowing external services +detect and use Moonraker instances. ```ini # moonraker.conf [zeroconf] +mdns_hostname: +# The hostname used when registering the multicast DNS serivce. +# The instance will be available at: +# http://{mdns_hostname}.local:{port}/ +# The default is the operating system's configured hostname. +enable_ssdp: +# Enables discovery over UPnP/SSDP in ad. The default is False ``` ### `[button]`