Software /
code /
prosody
Comparison
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 |
parent | 11587:ce7c52a6d650 |
child | 11613:c8a9f77d48fd |
comparison
equal
deleted
inserted
replaced
11611:a6d1131ac833 | 11612:bc43731b275a |
---|---|
42 "bosh_ports", "disallow_s2s", "no_daemonize", "anonymous_login", "require_encryption", | 42 "bosh_ports", "disallow_s2s", "no_daemonize", "anonymous_login", "require_encryption", |
43 "vcard_compatibility", "cross_domain_bosh", "cross_domain_websocket", "daemonize", | 43 "vcard_compatibility", "cross_domain_bosh", "cross_domain_websocket", "daemonize", |
44 }); | 44 }); |
45 local known_global_options = set.new({ | 45 local known_global_options = set.new({ |
46 "pidfile", "log", "plugin_paths", "prosody_user", "prosody_group", "daemonize", | 46 "pidfile", "log", "plugin_paths", "prosody_user", "prosody_group", "daemonize", |
47 "umask", "prosodyctl_timeout", "use_ipv6", "use_libevent", "network_settings", | 47 "umask", "prosodyctl_timeout", "use_ipv6", "use_ipv4", "use_libevent", "network_settings", |
48 "network_backend", "http_default_host", | 48 "network_backend", "http_default_host", |
49 "statistics_interval", "statistics", "statistics_config", | 49 "statistics_interval", "statistics", "statistics_config", |
50 "plugin_server", "installer_plugin_path", "gc", "limits", | 50 "plugin_server", "installer_plugin_path", "gc", "limits", |
51 }); | 51 }); |
52 local config = configmanager.getconfig(); | 52 local config = configmanager.getconfig(); |