From: William Pitcock Date: Fri, 17 Sep 2010 15:48:56 +0000 (-0500) Subject: Example configuration: Set the default TLS port to 6697. X-Git-Url: https://jfr.im/git/solanum.git/commitdiff_plain/f42c7be6a5b43799b2f68cf40d8e6de870d2038f Example configuration: Set the default TLS port to 6697. --- 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";