From 922aca84f838361237f94d159034768259e86773 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 15 Jul 2020 08:26:52 -1000 Subject: [PATCH] Support for ipv6 being disabled in zeroconf (#14007) --- source/_integrations/zeroconf.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/zeroconf.markdown b/source/_integrations/zeroconf.markdown index 579ff439fc9..a784ee68e23 100644 --- a/source/_integrations/zeroconf.markdown +++ b/source/_integrations/zeroconf.markdown @@ -34,4 +34,9 @@ zeroconf: required: false type: boolean default: false + ipv6: + description: By default, `zeroconf` will enable IPv6 support. If your network has trouble with IPv6 being enabled, you can set this option to `false`. + required: false + type: boolean + default: true {% endconfiguration %}