Example configuration: Set the default TLS port to 6697.

This commit is contained in:
William Pitcock 2010-09-17 10:48:56 -05:00
parent 5a91bbf920
commit f42c7be6a5

View File

@ -134,7 +134,7 @@ listen {
*/
#host = "192.169.0.1";
port = 5000, 6665 .. 6669;
sslport = 9999;
sslport = 6697;
/* Listen on IPv6 (if you used host= above). */
#host = "3ffe:1234:a:b:c::d";