diff options
author | mcpcpc <michaelczigler@icloud.com> | 2020-09-17 00:06:26 -0400 |
---|---|---|
committer | mcpcpc <michaelczigler@icloud.com> | 2020-09-17 00:06:26 -0400 |
commit | 4088efa0fff67fe679e07a1c1ed3e10d525feea9 (patch) | |
tree | 36c97601335f4ccb63ab55639f6b562cf1b1158e /README.md | |
parent | add tls/ssl example (diff) | |
download | kirc-4088efa0fff67fe679e07a1c1ed3e10d525feea9.tar.gz kirc-4088efa0fff67fe679e07a1c1ed3e10d525feea9.tar.bz2 kirc-4088efa0fff67fe679e07a1c1ed3e10d525feea9.tar.xz kirc-4088efa0fff67fe679e07a1c1ed3e10d525feea9.tar.zst kirc-4088efa0fff67fe679e07a1c1ed3e10d525feea9.zip |
update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -86,9 +86,9 @@ make make install ``` -## TLS/SSL Support +## Transport Layer Security (TLS) Support -There is no native TLS/SSL support. Instead, users can achieve this functionality by using third-party tools (e.g. stunnel, socat, ghosttunnel). +There is no native [TLS/SSL](https://en.m.wikipedia.org/wiki/Transport_Layer_Security) support. Instead, users can achieve this functionality by using third-party tools (e.g. stunnel, socat, ghosttunnel). * _socat_ example: @@ -99,5 +99,5 @@ kirc -s 127.0.0.1 -c 'channel' -n 'name' -r 'realname' ## Contact -For any further questions or concerns, feel free to reach out to me on `#kirc` or `#kisslinux`. - +For any further questions or concerns, feel free to reach out to me on `#kirc` +or `#kisslinux` channels of the _irc.freenode.org_ server. |