Ethan Trevor
Ethan Trevor
# Example I am using the pip mitmproxy package 8.1.0. I start mitmweb with the following `config.yaml`: ``` mode: transparent web_open_browser: false showhost: true block_global: false allow_hosts: - mitmproxy.org ```...
> The following works for me as expected (i.e. I see the request): > > ``` > mitmproxy --set allow_hosts=mitmproxy.org > curl -x localhost:8080 -k https://mitmproxy.org -sv > ``` >...
I was advised by someone to change line 105 in site-packages/mitmproxy/addons/next_layer.py to this: `) and 'sni' in locals()`. This fixed the issue for me. Can you please apply this change...
I have done all the debian packaging in a [fork](https://github.com/nandlab/paho.mqtt.c) on a new `debian` branch. Can you please create a `debian` branch in your GitHub repository at the current `master`...
Here it is: #1208
Thanks for the reply! > what you're really asking for is that if destroy() is called while still connected, to not issue the DISCONNECT packet so that the LWT is...
> any alternatives for the browser? There is also [MQTT.js](https://github.com/mqttjs/MQTT.js).
Please add a switch on the keyboard to quickly change the language. If you use a cyrillic keyboard, you have to switch between english and cyrillic very often. Having to...
I would also appreciate if the keys had borders.
Hi, while I wrote this issue, [paho.mqtt.c](https://tracker.debian.org/pkg/paho.mqtt.c) was not yet in my distribution. Is there a plan to package paho.mqtt.cpp?