clustor

Results 6 comments of clustor

Sure. That's exactly what I did with address rule. On my router, I have some static reservations for IPs and hostnames with DHCP using DNSMASQ and these get exported to...

Host with IP address 10.10.10.1 queries xyz.com, gets 0.0.0.0 Host with IP address 10.10.10.2 queries xyz.com, gets 52.8.203.22

I need couple of adblocking sites to be allowed from Android TV for streaming app to work but block from every other device.

I'm afraid the problem still exists even after setting stdin to subprocess.DEVNULL while calling POpen() Traceback (most recent call last): File "orca-test.py", line 26, in pio.write_image(fig, 'fig1.png') File "C:\Users\DeletedName\AppData\Local\Programs\Python\Python37\lib\site-packages\plotly\io\_orca.py", line...

I see the same issue with 0.19.1. With Wireshark, what I notice is that uWsgi/xandikos is closing the connection right after PROPFIND and PUT throws an error. It seems to...

Using `gunicorn` instead of `uwsgi` solved this issue for me. Not clear why `uwsgi` is closing the connection after first request.