1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 17:23:13 +02:00

Last minute text addition

This commit is contained in:
Bram Matthys
2017-02-10 14:40:45 +01:00
parent e0130ab0b6
commit 0b78fa71fc
+1
View File
@@ -9927,6 +9927,7 @@ int ssl_tests(void)
config_warn("Your server is not listening on any SSL ports.");
config_warn("Add this to your unrealircd.conf: listen { ip %s; port 6697; options { ssl; }; };",
port_6667_ip ? port_6667_ip : "*");
config_warn("See https://www.unrealircd.org/docs/FAQ#Your_server_is_not_listening_on_any_SSL_ports");
}
return 1; /* always return success for now */