Module: ngircd.git Branch: master Commit: cbe41ec87506003e484a85301b3c0a6e05bf0ad7 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=cbe41ec87... Author: Alexander Barton <alex@barton.de> Date: Tue Mar 16 16:16:03 2010 +0100 Don't use port 6668 as example for both "Ports" and "SSLPorts" --- doc/sample-ngircd.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf index db326c9..daa0801 100644 --- a/doc/sample-ngircd.conf +++ b/doc/sample-ngircd.conf @@ -48,7 +48,7 @@ ;Ports = 6667, 6668, 6669 # Additional Listen Ports that expect SSL/TLS encrypted connections - ;SSLPorts = 9999,6668 + ;SSLPorts = 6697, 9999 # SSL Server Key ;SSLKeyFile = /usr/local/etc/ngircd/ssl/server-key.pem