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 62a2743ab7
commit f4db473ce8
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,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";