mal19992
mal19992
Поскольку python3 перестал читать proxy из environment http_proxy и https_proxy то было бы крайне полезно добавить command line option. Это позволило бы намного легче тестировать connection problems и идентифицировать заблокированные...
ydcmd --debug ls ``` --> GET https://cloud-api.yandex.net/v1/disk/resources?path=disk%3A%2F&offset=0&limit=100 --> Retry 1/3: --> GET https://cloud-api.yandex.net/v1/disk/resources?path=disk%3A%2F&offset=0&limit=100 --> Retry 2/3: --> GET https://cloud-api.yandex.net/v1/disk/resources?path=disk%3A%2F&offset=0&limit=100 --> Retry 3/3: ``` ydcmd --debug info ``` --> GET https://cloud-api.yandex.net/v1/disk/...
Инструкция получения токена плохо написана. Надо бы написать в стиле: 1. ydcmd token напишет линк 2. перейти по этому линку web browser потребует логин в yandex и покажет число называемое...
Currently openvpn --http-proxy option only allows a HTTP proxy, i.e. it directly issues the CONNECT command to http proxy. There is no option to connect to a HTTP proxy not...
While working on issue #633 while testing via the stunnel I found a bug in proxy connect code. With the settings ``` remote 1.1.1.1 1194 http-proxy proxy.server.name.from.config.com 8080 auto ```...