Files
mtproxy-docker/.env.example
2026-01-26 22:52:48 +01:00

16 lines
272 B
Plaintext

# Generate secret with: head -c 16 /dev/urandom | xxd -ps
SECRET=your_secret_here
# Tag from @MTProxybot (optional)
#PROXY_TAG=your_tag_here
# Number of workers (default: 2)
WORKERS=2
# Client port (default: 443)
PORT=443
# Stats port (default: 8888)
STATS_PORT=8888