From eaad2f25424ea66d2366f4bb1b88e3af51139de3 Mon Sep 17 00:00:00 2001 From: arxify <69035413+devarxify@users.noreply.github.com> Date: Sun, 31 Mar 2024 22:14:02 +0200 Subject: [PATCH] Spelling mistake good way to become a contributor in the repo without actually having to do anything --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67ca9db..63bf965 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ head -c 16 /dev/urandom | xxd -ps ./mtproto-proxy -u nobody -p 8888 -H 443 -S --aes-pwd proxy-secret proxy-multi.conf -M 1 ``` ... where: -- `nobody` is the username. `mtproto-proxy` calls `setuid()` to drop privilegies. +- `nobody` is the username. `mtproto-proxy` calls `setuid()` to drop privileges. - `443` is the port, used by clients to connect to the proxy. - `8888` is the local port. You can use it to get statistics from `mtproto-proxy`. Like `wget localhost:8888/stats`. You can only get this stat via loopback. - `` is the secret generated at step 3. Also you can set multiple secrets: `-S -S `.