diff --git a/docs/docs/PROXY.md b/docs/docs/PROXY.md index 67515da7214..118c1ed1c77 100644 --- a/docs/docs/PROXY.md +++ b/docs/docs/PROXY.md @@ -166,4 +166,4 @@ Can return additional HTTP headers to use when the HTTP protocol is being used. Returns the resource used for socket communication: should call `$socket->getResource()`. -Next section +Next section \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 7fb9c270656..1693f8e1466 100644 --- a/docs/index.md +++ b/docs/index.md @@ -132,6 +132,9 @@ Tip: if you receive an error (or nothing), [send us](https://t.me/pwrtelegramgro * [Sending secret messages](https://docs.madelineproto.xyz/docs/SECRET_CHATS.html#sending-secret-messages) * [Lua binding](https://docs.madelineproto.xyz/docs/LUA.html) * [Using a proxy](https://docs.madelineproto.xyz/docs/PROXY.html) + * [Use pre-built Socks5 proxy](https://docs.madelineproto.xyz/docs/PROXY.html#socks5-proxy) + * [Use pre-built HTTP proxy](https://docs.madelineproto.xyz/docs/PROXY.html#http-proxy) + * [Build your own proxy](https://docs.madelineproto.xyz/docs/PROXY.html#build-your-proxy) * [Contributing](https://docs.madelineproto.xyz/docs/CONTRIB.html) * [Translation](https://docs.madelineproto.xyz/docs/CONTRIB.html#translation) * [Contribution guide](https://docs.madelineproto.xyz/docs/CONTRIB.html#contribution-guide)