summaryrefslogtreecommitdiff
path: root/httpconnectd.socket
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 /httpconnectd.socket
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 'httpconnectd.socket')
-rw-r--r--httpconnectd.socket2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpconnectd.socket b/httpconnectd.socket
index c270b12..38cefd8 100644
--- a/httpconnectd.socket
+++ b/httpconnectd.socket
@@ -1,7 +1,7 @@
# Copyright 2016 Luke Shumaker
# License: WTFPLv2
[Unit]
-Description=A simple HTTP server that only implements the CONNECT method
+Description=HTTP CONNECT server
[Socket]
ListenStream=8080