Skip to content

Commit

Permalink
Adds noProxy info to Proxy JSON object information
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-savchuk committed Sep 20, 2013
1 parent f0f0a74 commit 6fc251e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wire.py
Original file line number Diff line number Diff line change
Expand Up @@ -1694,7 +1694,9 @@ def main():
|| socksUsername || string || (Optional, Ignored if proxyType != *manual* and \
socksProxy is not set) Specifies SOCKS proxy username. ||
|| socksPassword || string || (Optional, Ignored if proxyType != *manual* and \
socksProxy is not set) Specifies SOCKS proxy password. ||
socksProxy is not set) Specifies SOCKS proxy password. ||
|| noProxy || string || (Optional, Ignored if proxyType != *manual*) \
Specifies proxy bypass addresses. Format is driver specific. ||
</dd>
</dl>
Expand Down

0 comments on commit 6fc251e

Please sign in to comment.