ssl network sample
This commit is contained in:
kyoshiro 2007-03-23 21:45:03 +00:00
parent c0b86c5e2c
commit c41cc8c155
2 changed files with 12 additions and 0 deletions

5
TODO
View File

@ -38,3 +38,8 @@ Whoopie
that asked for it
23:54 < nohar> there is such thing for /who already
_____________
FAQ:
- no ciphers => check SSL key file
- why I cannot add non-ssl servers with ssl-servers
- why is my vhost not used when I connect (one IP)

View File

@ -64,6 +64,13 @@ network {
#server { host = "other.oftc.server"; port = 6667; };
};
# SSL network sample. SSL is per-network option, not per-server !
network {
name = "oftcs";
ssl = "true";
server { host = "ircs.oftc.net"; port = 9999; };
};
# Configuration example with one user who connects to two irc networks
# To use the multi-server feature:
# - define the connections