summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-10-04 13:26:55 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-10-04 13:26:55 -0400
commit4c15c8881087781b7611f4cf557389392889e1f1 (patch)
tree80103f968eb9d0581e77d4259a77bf2ac7dc78a5 /.gitignore
parent6221fa4734eb95d3fd98421db4354d44f8cace8f (diff)
add an HTTPS version
It does it's own process management (because socat is stupid and won't let you pass an arbitrary socket to OPENSSL), instead of outsourcing it to systemd/inetd/whatever. And stunnel is too complicated.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0e77e51..93d09ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,10 @@
httpconnectd@.service
httpconnectd
httpconnectd.sh
+
+httpsconnectd.service
+httpsconnectd
+httpsconnectd.sh
+
.var.*
.tmp.*