6 lines
263 B
Bash
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 |