diff options
author | Vincent Ambo <vincent@kivra.com> | 2016-03-24T21·29+0100 |
---|---|---|
committer | Vincent Ambo <vincent@kivra.com> | 2016-03-24T21·29+0100 |
commit | c4b27b41af660cc34acb5b3b13296ee91109bc2b (patch) | |
tree | 6cf006c02615350f9b37572a602e6d3a65179913 /quassel | |
parent | 2dbff705675b0033fc957c2bc6dfb4905956e05b (diff) |
[quassel] Add stunnel configuration for desktop clients
Diffstat (limited to 'quassel')
-rw-r--r-- | quassel/stunnel.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/quassel/stunnel.conf b/quassel/stunnel.conf new file mode 100644 index 000000000000..3c29e78901de --- /dev/null +++ b/quassel/stunnel.conf @@ -0,0 +1,16 @@ +; stunnel configuration for quassel tunnel + +; global configuration +setuid = stunnel +setgid = stunnel +;pid = /var/run/stunnel.pid +output = /var/log/stunnel.log + +; clients +[quassel-tazjin] +client = yes +accept = 127.0.0.1:4242 +connect = irc.tazj.in:4242 +verify = 2 +CApath = /etc/ssl/certs +checkHost = irc.tazj.in |