From 1a55c63839f272afe6ba5aeddaae2ccee04aadfa Mon Sep 17 00:00:00 2001 From: Narbeh Date: Fri, 15 Nov 2019 12:44:02 +0400 Subject: [PATCH] Update README.md Add conntrack issue elimination. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 67ca9dba..4330d3b2 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,9 @@ systemctl status MTProxy.service systemctl enable MTProxy.service ``` +## For NAT users (conntrack issue) +If your server is behind NAT and your interface / IP address is not public and you have private range, you might be seeing lots of and probably unlimited logs with `-v` option or might get bunch of errors in your `dmesg` command saying that your conntrack is full. In this case try using the `--nat-info :` argument to eliminate this issue. + ## Docker image Telegram is also providing [official Docker image](https://hub.docker.com/r/telegrammessenger/proxy/). Note: the image is outdated.