summaryrefslogtreecommitdiff
path: root/httpconnectd.socket
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-01-22 15:28:56 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-01-22 15:28:56 -0500
commitc80e4036fbac53039b607c4bb8a5489d016a009f (patch)
tree71890b78ecfa239b2f3e272b501f63c87ab3ec32 /httpconnectd.socket
initial commit
Diffstat (limited to 'httpconnectd.socket')
-rw-r--r--httpconnectd.socket11
1 files changed, 11 insertions, 0 deletions
diff --git a/httpconnectd.socket b/httpconnectd.socket
new file mode 100644
index 0000000..c270b12
--- /dev/null
+++ b/httpconnectd.socket
@@ -0,0 +1,11 @@
+# Copyright 2016 Luke Shumaker
+# License: WTFPLv2
+[Unit]
+Description=A simple HTTP server that only implements the CONNECT method
+
+[Socket]
+ListenStream=8080
+Accept=true
+
+[Install]
+WantedBy=sockets.target