afilipovich / gglsbl

Python client library for Google Safe Browsing API
Apache License 2.0
83 stars 37 forks source link

client behind proxy, option to specify proxy details? #37

Open s3cpat opened 6 years ago

s3cpat commented 6 years ago

If the client relies on an HTTP proxy, connections time out. It would be great to be able to use this behind a proxy.

afilipovich commented 6 years ago

You can try proxychains wrapper. https://github.com/rofl0r/proxychains-ng

afilipovich commented 6 years ago

Actually I've just tried it with SOCKS proxy and it worked.