2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-29 05:18:10 +00:00

Update Proxy page

This commit is contained in:
Dan 2018-02-27 18:18:25 +01:00
parent 2c917fa9ae
commit 03916a4792

View File

@ -7,10 +7,10 @@ through an intermediate SOCKS5 proxy server.
Usage
-----
To use Pyrogram with a proxy, simply append the following to your ``config.ini`` file and replace the values
with your own settings:
- To use Pyrogram with a proxy, simply append the following to your ``config.ini`` file and replace the values
with your own settings:
.. code-block:: ini
.. code-block:: ini
[proxy]
enabled = True
@ -19,16 +19,16 @@ with your own settings:
username = <your_username>
password = <your_password>
- To enable or disable the proxy without deleting your settings from the config file,
- To enable or disable the proxy without deleting your settings from the config file,
change the ``enabled`` value as follows:
- ``1``, ``yes``, ``True`` or ``on``: Enables the proxy
- ``0``, ``no``, ``False`` or ``off``: Disables the proxy
Alternatively, you can setup your proxy without the need of the *config.ini* file by using the *proxy* parameter
in the Client class:
- Alternatively, you can setup your proxy without the need of the *config.ini* file by using the *proxy* parameter
in the Client class:
.. code-block:: python
.. code-block:: python
from pyrogram import Client