util.prosodyctl.check: Add knowledge of the global-only 'use_ipv4' setting
authorKim Alvefur <zash@zash.se>
Sun, 20 Jun 2021 17:11:59 +0200
changeset 11616 bc43731b275a
parent 11615 a6d1131ac833
child 11617 c8a9f77d48fd
util.prosodyctl.check: Add knowledge of the global-only 'use_ipv4' setting
util/prosodyctl/check.lua
--- 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",