MTProto proxy server Subscribe us @tgsocks
- Install .NETCore 2.0 first
git clone https://github.com/freepvps/mtproto-proxy.git
cd mtproto-proxy
navigate to the tgsocks folder and run these commands
dotnet restore src
dotnet build src -c Release
- Secret - your secret
- Servers - configur listners
- Host - binding host (0.0.0.0 for ipv4 all, :: for ipv6 all)
- Port - binding port
- Backlog - socket backlog
- DataCentres - Telegram datacentre's addresses
- ConnectionsPerThread - How many connections works one one thread
- ReceiveBufferSize - How many bytes server can receive in one Receive call
- SelectTimeout - Select waiting timeout in microsecond (1 second = 1000000 microseconds)
- Secret - your secret (hex-string)
vi src/tgsocks/config.json
simply click on tgsocks.exe