Skip to content

Commit

Permalink
Doc updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Nov 28, 2022
1 parent e5d8905 commit 9e68099
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyngrok/ngrok.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ def connect(addr=None, proto=None, name=None, pyngrok_config=None, **options):
:class:`~pyngrok.conf.PyngrokConfig`.
.. note::
``ngrok`` v2's default behavior for ``http`` when no additional properties are passed is to open *two* tunnels,
one ``http`` and one ``https``. This method will return a reference to the ``http`` tunnel in this case. If
only a single tunnel is needed, pass ``bind_tls=True`` and a reference to the ``https`` tunnel will be returned.
Expand Down

0 comments on commit 9e68099

Please sign in to comment.