Support for ipv6 being disabled in zeroconf (#14007)

This commit is contained in:
J. Nick Koston 2020-07-15 08:26:52 -10:00 committed by GitHub
parent 0042fbe8b2
commit 922aca84f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,4 +34,9 @@ zeroconf:
required: false required: false
type: boolean type: boolean
default: false 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 %} {% endconfiguration %}