Files
socat-proxy/.env
2025-09-24 13:10:27 +02:00

6 lines
263 B
Bash

# Socat Proxy Configuration
TARGET_HOST= # Target hostname/IP to proxy to
TARGET_PORT= # Target port to proxy to
UNIX_SOCKET_NAME= # Name of the socket file
UNIX_SOCKET_PATH= # Path to UNIX socket inside container
HOST_SOCKET_PATH= # Host path for socket mounting