Skip to content

Commit c9ef5a4

Browse files
author
2captcha
authored
Update README.md
add info about proxies
1 parent 2bd6a4c commit c9ef5a4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,18 @@ Except TimeoutException as e:
232232
print(e)
233233
```
234234

235+
236+
### Proxies
237+
238+
You can pass your proxy as an additional argumen for methods: recaptcha, funcaptcha and geetest. The proxy will be forwarded to the API to solve the captcha.
239+
240+
```python
241+
proxy={
242+
'type': 'HTTPS',
243+
'uri': 'login:password@IP_address:PORT'
244+
}
245+
```
246+
235247
### Async calls
236248
You can also make async calls with [asyncio], for example:
237249

0 commit comments

Comments
 (0)