Skip to content

Commit

Permalink
Merge pull request #756 from Gr3at/docstring/issue-461
Browse files Browse the repository at this point in the history
Add missing proxy property to docstring
  • Loading branch information
PierreF authored Jan 3, 2024
2 parents b56032b + 2f76892 commit 3f71356
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/paho/mqtt/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,8 @@ def proxy_set(self, **proxy_args):
proxy_addr: IP address or DNS name of proxy server
(Optional)
proxy_port: (int) port number of the proxy server. If not provided,
the PySocks package default value will be utilized, which differs by proxy_type.
proxy_rdns: boolean indicating whether proxy lookup should be performed
remotely (True, default) or locally (False)
proxy_username: username for SOCKS5 proxy, or userid for SOCKS4 proxy
Expand Down

0 comments on commit 3f71356

Please sign in to comment.