No description
Find a file
2024-08-30 13:28:33 +02:00
docker-compose.yml init 2024-08-30 13:28:33 +02:00
Dockerfile init 2024-08-30 13:28:33 +02:00
entrypoint.sh init 2024-08-30 13:28:33 +02:00
README.md init 2024-08-30 13:28:33 +02:00

Chisel Forward

This container allows to forward a local port to a remote system running chisel server.

TODO

  • Load Balancing
  • Error Handling
  • UDP

Configuration

The container is configured through environment variables:

  • $HOST: The host running chisel server
  • $LOCAL_PORT: The local port to forward
  • $LOCAL_HOST: The local host address
  • $REMOTE_PORT: The remote port to expose the forward on
  • $USER: Authentication User
  • $TOKEN: Authentication Token