3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-27 13:09:23 +01:00

example-conf: suggest turning on TLS/SSL in the hostname-as-IP example

This commit is contained in:
James Lu 2018-06-15 15:36:31 -07:00
parent 8fa53f60cb
commit 17f0b09eb2

View File

@ -297,6 +297,13 @@ servers:
# be used for the connection.
#ipv6: false
# Note: if you are actually using dynamic DNS for an IRC link, consider enabling
# TLS/SSL certificate checking (new in 2.0). These checks are disabled by default for
# server links because self-signed certificates are still quite common.
#ssl: true
#ssl_accept_invalid_certs: false
#ssl_validate_hostname: true
recvpass: "PASS123"
sendpass: "PASS321"
hostname: "pylink.somenet.ddns.local"