summaryrefslogtreecommitdiff
path: root/httpconnectd.socket
blob: c270b12150b470d62080c92ce70ba78e82ef8f02 (plain)
1
2
3
4
5
6
7
8
9
10
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