aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2015-07-06 17:07:05 +0100
committerMatthew Wild <mwild1@gmail.com>2015-07-06 17:07:05 +0100
commit855cb99f3c81b03fdeb27896d59ed9b66900ae02 (patch)
tree116641904bf26766fe52624f4ef7af24d77ae2ee /prosodyctl
parente6b0ecf2435c94405c08f5ffd7d595f0b75cc8a4 (diff)
parent5292b8232a0cb961cc2d301556a179505ba98dee (diff)
downloadprosody-855cb99f3c81b03fdeb27896d59ed9b66900ae02.tar.gz
prosody-855cb99f3c81b03fdeb27896d59ed9b66900ae02.zip
Merge with 0.10
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl3
1 files changed, 2 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index 6c4b148a..a67f3dbd 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -841,7 +841,8 @@ function commands.check(arg)
});
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_libevent", "network_settings",
+ "network_backend", "http_default_host",
});
local config = config.getconfig();
-- Check that we have any global options (caused by putting a host at the top)