From d855c6b2ea7d968fde87d0018de29a5052bcac11 Mon Sep 17 00:00:00 2001 From: James Lu Date: Fri, 29 Jul 2016 00:32:02 -0700 Subject: [PATCH] example-conf: support passwordless UnrealIRCd links by setting recv/sendpass to * (cherry picked from commit a018dd19b58286441bff315c187b5dcfd22a62b3) --- example-conf.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/example-conf.yml b/example-conf.yml index 00552ec..7117368 100644 --- a/example-conf.yml +++ b/example-conf.yml @@ -174,8 +174,15 @@ servers: unrealnet: ip: 1.2.3.4 port: 8067 + + # Received and sent passwords. For passwordless links using SSL fingerprints, simply set + # these two fields to "*" and enable SSL with a cert and key file. recvpass: "coffee" sendpass: "tea" + #ssl: true + #ssl_certfile: mycert.pem + #ssl_keyfile: mycert.pem + hostname: "pylink.example.com" sid: "2PY" netname: "This should match your UnrealIRCd config"