Compare commits

..

2 Commits

Author SHA1 Message Date
aa74585a1a Improve config file handling
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Jacob Kiers <code@kiers.eu>
2024-02-22 23:07:11 +01:00
646afe2c40 Rename to l4p, update references and README.md
Signed-off-by: Jacob Kiers <code@kiers.eu>
2024-02-22 22:31:17 +01:00

View File

@ -1,5 +1,5 @@
[Unit] [Unit]
Description=l4p - Layer 4 proxy Description=Fourth - Layer 4 proxy
After=network-online.target After=network-online.target
Wants=network-online.target Wants=network-online.target
@ -11,9 +11,9 @@ WantedBy=default.target
Type=simple Type=simple
# Allow read-only access to the config directory # Allow read-only access to the config directory
ReadOnlyPaths=/etc/l4p ReadOnlyPaths=/etc/fourth
# Path to the binary # Path to the binary
ExecStart=/usr/local/bin/l4p ExecStart=/usr/local/bin/fourth
# Needs CAP_NET_BIND_SERVICE in order to bind to lower ports # Needs CAP_NET_BIND_SERVICE in order to bind to lower ports
# When using ports above 1024, these should be made empty # When using ports above 1024, these should be made empty