qusal/salt/sys-pihole/files/browser/systemd/qubes-http-forwarder.socket

18 lines
406 B
SYSTEMD
Raw Normal View History

# SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com
2023-11-13 09:33:28 -05:00
#
# SPDX-License-Identifier: AGPL-3.0-or-later
[Unit]
Description=Forward HTTP connection over Qrexec
After=qubes-sysinit.service
Before=qubes-qrexec-agent.service
ConditionPathExists=/var/run/qubes-service/http-client
2023-11-13 09:33:28 -05:00
[Socket]
ListenStream=127.0.0.1:80
2023-11-13 09:33:28 -05:00
BindToDevice=lo
Accept=true
[Install]
WantedBy=multi-user.target