fix: ldaps重构

This commit is contained in:
qi4l
2026-03-30 16:16:32 +08:00
parent e09b7210bd
commit fb9ac6d215
+1 -1
View File
@@ -27,7 +27,7 @@ public class Starter {
LdapServer.start();
HTTPServer.start();
if (Config.TLSProxy) {
TLSProxy.start();
LdapsServer.start();
}
RMIServer.start();
}