Example configuration: Set the default TLS port to 6697.
This commit is contained in:
parent
62a2743ab7
commit
f4db473ce8
|
@ -140,7 +140,7 @@ listen {
|
||||||
*/
|
*/
|
||||||
#host = "192.169.0.1";
|
#host = "192.169.0.1";
|
||||||
port = 5000, 6665 .. 6669;
|
port = 5000, 6665 .. 6669;
|
||||||
sslport = 9999;
|
sslport = 6697;
|
||||||
|
|
||||||
/* Listen on IPv6 (if you used host= above). */
|
/* Listen on IPv6 (if you used host= above). */
|
||||||
#host = "3ffe:1234:a:b:c::d";
|
#host = "3ffe:1234:a:b:c::d";
|
||||||
|
|
Loading…
Reference in New Issue