Koblas
Lightweight SOCKS5 proxy server.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: "3.8"
services:
koblas:
image: ynuwenhof/koblas:latest
container_name: koblas
restart: unless-stopped
ports:
- 1080:1080
environment:
RUST_LOG: debug
KOBLAS_LIMIT: 256
KOBLAS_NO_AUTHENTICATION: false
KOBLAS_ANONYMIZATION: true
volumes:
- /path/to/config.toml:/etc/koblas/config.tomlResources
GitHub: https://github.com/ynuwenhof/koblas
Docker Hub: https://hub.docker.com/r/ynuwenhof/koblas
Configuration: https://github.com/ynuwenhof/koblas#docker