From a2832e95ac7855fe8576d9c92fc047b210bbab16 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 8 May 2020 06:10:25 -0500 Subject: [PATCH] Add default_interface config to zeroconf (#13315) --- source/_integrations/zeroconf.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/_integrations/zeroconf.markdown b/source/_integrations/zeroconf.markdown index cb95e551435..579ff439fc9 100644 --- a/source/_integrations/zeroconf.markdown +++ b/source/_integrations/zeroconf.markdown @@ -23,3 +23,15 @@ This integration is by default enabled, unless you've disabled or removed the [` # Example configuration.yaml entry zeroconf: ``` + +{% configuration %} +zeroconf: + description: + type: map + keys: + default_interface: + description: By default, `zeroconf` will attempt to bind to all interfaces. For systems running using network isolation or similar, this may result in `zeroconf` being unavailable. Change this option to `true` if `zeroconf` does not function. + required: false + type: boolean + default: false +{% endconfiguration %}