Birk Blechschmidt
Birk Blechschmidt
`epoll_wait` failures due to signal interrupts only cause this message to be printed. They do not terminate massdns. Since there is no change in state when epoll gets interrupted, the...
Does it maybe help to use the VirtualBox provider as described [here](https://superuser.com/questions/614941/vagrant-fails-to-create-box-with-libvirt)?
MassDNS currently does not support EDNS, so this is expected.
Can't reproduce this. Does it work with 4016e401b2537086273c05de412bd084c127ae4f? Might it be proxy/site-related? I had the strange issue that I got an HTTP 429 multiple times before it worked from my...
I currently can't think of any reason why using tun2proxy would result in more TCP requests than when using the proxy directly through the browser. In the log, you can...
As the guy who implemented the claim website in PR #79, I can vouch for that method being safe. Your key will be used for a decryption operation using [age](https://github.com/FiloSottile/age)...
Hi, thanks again for your feedback. 1. > I _personally_ think it's better to have a FakeDNS component listening on port 53 than to intercept/hijack all DNS requests, so that...
Thanks for your suggestions. > 1. For this FakeDNS component listening on port 53, I meant to make it as a separate DNS service/server listening on the system stack. There...
There is no need to provide details. It is clear why this happens. `--setup` will cause the return traffic to be routed through tun0. That is, reply packets belonging to...
Actually, you could use `--bypass-ip ` for this.