murphy

Results 5 issues of murphy

Hello, I am from China and I need to use the bot behind a proxy. I set the system proxy but it seems useless to the example bot. I have...

I used the command: `sudo docker-compose up` to build a default network. But when I tried to use the command: `curl -vL google.com --proxy socks5://localhost:9050` I failed to connect with...

## Checklist - [x] I have read the [contribution guidelines](https://github.com/ooni/probe-cli/blob/master/CONTRIBUTING.md) - [x] reference issue for this pull request: https://github.com/ooni/probe/issues/2552 ## Description Add support for HTTP/HTTPS proxy dialing in netxlite. Even...

``` entitiesClient := entities.New() entitiesClient.Client.Authorizer = storageAuth // what is partition key and row key input := entities.InsertEntityInput { PartitionKey: "abcabc1", RowKey: "123acb1", MetaDataLevel: entities.NoMetaData, Entity: map[string]interface{} { "company": "Microsoft",...