3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-24 03:29:28 +01:00

example-conf: support passwordless UnrealIRCd links by setting recv/sendpass to *

(cherry picked from commit a018dd19b5)
This commit is contained in:
James Lu 2016-07-29 00:32:02 -07:00
parent a37eb57d6c
commit d855c6b2ea

View File

@ -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"