From f42c7be6a5b43799b2f68cf40d8e6de870d2038f Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Fri, 17 Sep 2010 10:48:56 -0500 Subject: [PATCH] Example configuration: Set the default TLS port to 6697. --- doc/example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/example.conf b/doc/example.conf index 559388d6..5e1895ff 100755 --- a/doc/example.conf +++ b/doc/example.conf @@ -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";