Example configuration: Set the default TLS port to 6697.
This commit is contained in:
parent
5a91bbf920
commit
f42c7be6a5
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,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 a new issue