Skip to content

Commit ef4a42b

Browse files
authored
Fixes misspell
1 parent 1518cb4 commit ef4a42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The proxy may be configured to accept up to 16 different secrets. You may specif
3636
`docker run -d -p443:443 -v ./config:/data -e SECRET_COUNT=4 alexdoesh/mtproxy:latest`
3737

3838
A custom advertisement tag may be provided using the TAG environment variable:
39-
`docker run -d -p443:443 -v ./configg:/data -e TAG=3f40462915a3e6026a4d790127b95ded alexdoesh/mtproxy:latest`.
39+
`docker run -d -p443:443 -v ./config:/data -e TAG=3f40462915a3e6026a4d790127b95ded alexdoesh/mtproxy:latest`.
4040
Please note that the tag is not persistent: you'll have to provide it as an environment variable every time you run an MTProto proxy container.
4141

4242
A single worker process is expected to handle tens of thousands of clients on a modern CPU. For best performance we artificially limit the proxy to 60000 connections per core and run two workers by default. If you have many clients, be sure to adjust the WORKERS variable:

0 commit comments

Comments
 (0)