Software /
code /
prosody
Changeset
11612:bc43731b275a
util.prosodyctl.check: Add knowledge of the global-only 'use_ipv4' setting
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 20 Jun 2021 17:11:59 +0200 |
parents | 11611:a6d1131ac833 |
children | 11613:c8a9f77d48fd |
files | util/prosodyctl/check.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/util/prosodyctl/check.lua Sun Jun 20 16:30:24 2021 +0200 +++ b/util/prosodyctl/check.lua Sun Jun 20 17:11:59 2021 +0200 @@ -44,7 +44,7 @@ }); local known_global_options = set.new({ "pidfile", "log", "plugin_paths", "prosody_user", "prosody_group", "daemonize", - "umask", "prosodyctl_timeout", "use_ipv6", "use_libevent", "network_settings", + "umask", "prosodyctl_timeout", "use_ipv6", "use_ipv4", "use_libevent", "network_settings", "network_backend", "http_default_host", "statistics_interval", "statistics", "statistics_config", "plugin_server", "installer_plugin_path", "gc", "limits",