X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=doc%2Fexample.conf;h=dab243d3774a7dafe3c9157f2088165418d59319;hp=235bd31b8e19ab9022c58b737329e13e5f9edc59;hb=f6892ecd79c6113544106e32374075f489bf95a7;hpb=6147944c7207082239972619086c785bf96aad61 diff --git a/doc/example.conf b/doc/example.conf index 235bd31..dab243d 100644 --- a/doc/example.conf +++ b/doc/example.conf @@ -532,6 +532,19 @@ Kill reason = "You are infected with a Trojan"; }; +# [SSL] +# +#SSL { +# # There need to be the private key AND the public key INSIDE the certificate file +# cert = ""; +# # Optional CA certificate for non-self-signed certificates +# cacert = ""; +#}; + +SSL { + cert = "ircd.pem"; +}; + # [Connect] # # You probably want your server connected to other servers, so your users @@ -708,6 +721,8 @@ Operator { # server = yes; # # Setting to yes makes the port "hidden" from stats. # hidden = yes; +# # Setting to yes makes the port to handle incoming connection as SSL connections +# secure = no; # }; # # The port and vhost lines allow you to specify one or both of "ipv4" @@ -749,6 +764,12 @@ Port { port = 6666; }; +#SSL Port +Port { + port = 6697; + secure = yes; +}; + # This is a hidden client port, listening on 168.8.21.107. Port { vhost = "168.8.21.107"; @@ -941,6 +962,7 @@ features # "LOC_TARGET" = "somenick"; # "CHMODE_A_ENABLE" = "TRUE"; # "CHMODE_A_TARGET" = "ChanServ"; +# "CHMODE_A_NOSET" = "TRUE"; # Mode is not settable by normal users (only services chan set it) # "CHMODE_F_ENABLE" = "TRUE"; # "UNKNOWN_CMD_ENABLE" = "TRUE"; # "UNKNOWN_CMD_TARGET" = "OpServ";