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 %}