Birk Blechschmidt
Birk Blechschmidt
I have nothing to do with that paper. It is exclusively the work of the authors.
The `tcp-simple` branch now implements the standard socket approach. The performance is bad, as expected, but I needed a quick solution for truncated DNS responses, which I could hack together...
> I assume the raw socket + user-space (partial) TCP/IP stack version will be completed next week? (joking, obviously ...) I was so unsatisfied with the performance of the standard...
> There's another issue, the feature would fail if the last ip of reserved ip subnet has been used, which makes it not sustainable. I realized that a line got...
Sorry for the rush. I just realized that it was too early to submit the PR and wanted to fix things in a hurry. I realized that I had a...
I will close this PR for now. It was too rushed and it has diverged too much from the main branch in the meanwhile. Nevertheless, I am still interested in...
Hi. In order to create new statement types, a straightforward approach is to first add the desired rule using the `nft` binary and then call `pyroute2.NFTables().get_rules()` in order to obtain...
You can now use `--tcp-raw`. For this to work, `massdns` needs to be started with the appropriate capabilities (with `CAP_NET_RAW`). Additionally, when using raw mode, matching TCP packets must be...
I can perform ~30k lookups per second against authoritative name servers on the cheapest DO droplet (`sed -e 's/.*/\0.facebook.com/' subdomains.txt | ./bin/massdns -r /dev/null`). Thus, I assume this to be...
I cannot reproduce this. This does not look like output from massdns. It looks like the error message from a Go binary, cf. https://go.dev/src/flag/flag.go. ``` // errParse is returned by...