util/prosodyctl/check.lua
changeset 11803 8c9ec2db1d95
parent 11802 ba88060fa145
child 11804 60018637f5d4
--- a/util/prosodyctl/check.lua	Tue Sep 14 01:34:30 2021 +0200
+++ b/util/prosodyctl/check.lua	Tue Sep 14 01:41:59 2021 +0200
@@ -253,6 +253,8 @@
 					misplaced_options:add(name);
 				end
 			end
+			-- FIXME These _could_ be misplaced, but we would have to check where the corresponding module is loaded to be sure
+			misplaced_options:exclude(set.new({ "external_service_port", "turn_external_port" }));
 			if not misplaced_options:empty() then
 				ok = false;
 				print("");