mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Restrict c2s checks for when c2s is enabled
This commit is contained in:
parent
d5e1b39056
commit
087fbda1f7
1 changed files with 1 additions and 1 deletions
|
@ -1039,7 +1039,7 @@ function commands.check(arg)
|
|||
print("Only the domain part ("..host..") is used in DNS.")
|
||||
end
|
||||
local target_hosts = set.new();
|
||||
if not is_component then
|
||||
if modules:contains("c2s") then
|
||||
local res = dns.lookup("_xmpp-client._tcp."..idna.to_ascii(host)..".", "SRV");
|
||||
if res then
|
||||
for _, record in ipairs(res) do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue