diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/prosodyctl/check.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/prosodyctl/check.lua b/util/prosodyctl/check.lua index f2d0d0df..1ed3c37c 100644 --- a/util/prosodyctl/check.lua +++ b/util/prosodyctl/check.lua @@ -446,6 +446,8 @@ local function check(arg) target_hosts:add(host); end + target_hosts = target_hosts / function(target) return target:gsub("%.$", ""); end + if target_hosts:contains("localhost") then print(" Target 'localhost' cannot be accessed from other servers"); target_hosts:remove("localhost"); |