No description
Find a file
JMARyA 198950b678
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
CI
2024-12-08 14:35:48 +01:00
.woodpecker
.env
docker-compose.yml
Dockerfile
entrypoint.sh
README.md

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)