15 lines
506 B
Markdown
15 lines
506 B
Markdown
# Chisel Forward
|
|
This container allows to forward a local port to a remote system running chisel server.
|
|
|
|
# TODO
|
|
- Load Balancing
|
|
|
|
## Configuration
|
|
The container is configured through environment variables:
|
|
- `$HOST`: The host running chisel server
|
|
- `$LOCAL_HOST`: The local host address
|
|
- `$LOCAL_PORT`: The local port to forward
|
|
- `$REMOTE_PORT`: The remote port to expose the forward on
|
|
- `$USER`: Authentication User
|
|
- `$TOKEN`: Authentication Token
|
|
- `$PROTOCOL`: The protocol to use (`tcp` / `udp`)
|