kit/systemd/system/lan-http-proxy.service

10 lines
175 B
SYSTEMD
Raw Normal View History

2022-09-14 22:09:19 +00:00
[Unit]
Description=Proxy internal lan HTTP
[Service]
Type=simple
ExecStart=socat -v tcp-listen:8080,reuseaddr,fork tcp:192.168.156.2:80
[Install]
WantedBy=multi-user.target