You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you would need to upgrade the pgoapi to the latest one (or a later commit that includes proxy support).
then when the pgoapi request is initiated, add proxy_config = {'http' : 'http proxy i.e. socks5://0.0.0.0:8000', 'https' : 'https proxy i.e. socks5://0.0.0.0:8000'}
How would we go about adding proxy support for this?
The text was updated successfully, but these errors were encountered: