From f4db473ce839b948636097405f9421e3f9fa8d43 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 803b5e7..3492f33 100755 --- a/doc/example.conf +++ b/doc/example.conf @@ -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";