From b6e44d6206100acbdffd584b7cbe639cc6010953 Mon Sep 17 00:00:00 2001 From: "@RubenKelevra" Date: Thu, 25 Nov 2021 20:16:09 +0100 Subject: [PATCH] wifi: remove mdns option (#1633) "This option has been removed. Please use the [disabled] option under the new mdns component instead. enable_mdns: False" --- components/wifi.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/components/wifi.rst b/components/wifi.rst index fb2570a0b..c525b7c0a 100644 --- a/components/wifi.rst +++ b/components/wifi.rst @@ -62,7 +62,6 @@ Configuration variables: - **ap_timeout** (*Optional*, :ref:`time `): The time after which to enable the configured fallback hotspot. Defaults to ``1min``. -- **enable_mdns** (*Optional*, boolean): Controls if your node should advertise its presence and services using mDNS. When set to ``false`` you won't be able to access your node using its hostname which can break certain functionalities. Please see :ref:`notes on disabling mDNS `. Defaults to ``true``. - **domain** (*Optional*, string): Set the domain of the node hostname used for uploading. For example, if it's set to ``.local``, all uploads will be sent to ``.local``. Defaults to ``.local``.