Mercurial > prosody-hg
diff util/prosodyctl/check.lua @ 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 | ce7c52a6d650 |
| children | c8a9f77d48fd |
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",
