mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-24 03:29:28 +01:00
example-conf: add a SASL login example
This commit is contained in:
parent
9bfa0c9bb8
commit
de3d9bb5c9
@ -284,12 +284,20 @@ servers:
|
||||
pylink_nick: pybot
|
||||
#pylink_ident: pybot
|
||||
|
||||
# SSL options. Certfile and keyfile are optional but can be used for CertFP login if
|
||||
# supported.
|
||||
# SSL options. Certfile and keyfile are optional, but can be used for CertFP/SASL external
|
||||
# if supported.
|
||||
ssl: true
|
||||
#ssl_certfile: mycert.pem
|
||||
#ssl_keyfile: mycert.pem
|
||||
|
||||
# SASL login: for mechanisms, only EXTERNAL (SSL cert) and PLAIN (username and password)
|
||||
# are supported so far.
|
||||
# SASL PLAIN requires the sasl_username and sasl_password options to be set, while
|
||||
# SASL EXTERNAL requires ssl, ssl_certfile, and ssl_keyfile to work.
|
||||
#sasl_mechanism: "PLAIN"
|
||||
#sasl_username: "mIRCsKripterz"
|
||||
#sasl_password: "DownLoaditn00b!!!"
|
||||
|
||||
# Autoconnect works like usual.
|
||||
autoconnect: 30
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user