3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-01-11 20:52:42 +01:00

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

This commit is contained in:
James Lu 2016-07-29 00:32:02 -07:00
parent f92cb55eb1
commit a018dd19b5

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"