diff options
Diffstat (limited to 'tests/end_to_end/ircd.conf')
-rw-r--r-- | tests/end_to_end/ircd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/end_to_end/ircd.conf b/tests/end_to_end/ircd.conf index 7327531..ec55884 100644 --- a/tests/end_to_end/ircd.conf +++ b/tests/end_to_end/ircd.conf @@ -156,7 +156,7 @@ listen { */ #host = "192.0.2.6"; port = 5000, 6665 .. 6669; - # sslport = 6697; + sslport = 7778; /* Listen on IPv6 (if you used host= above). */ #host = "2001:db8:2::6"; |