mirror of
https://github.com/DarthJahus/mtproxy-docker.git
synced 2026-05-17 08:16:01 +03:00
16 lines
272 B
Plaintext
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
|
|
|