Viewing profile — vavrusa
vavrusa
HN member- Joined
- Wed, Mar 04, 2015, 10:57 AM UTC
- HN karma
- 64
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About vavrusa
No profile information was provided.
Recent public activity
-
comment
Comment #21705231
Sorry about that, I'll look into it in a bit.
-
comment
Comment #21156169
Hi, I answered it in another comment below.
-
comment
Comment #21156064
This is not the privacy concern, check out the https://tools.ietf.org/html/rfc7871#section-11.1 discussing it. Yes, if you open a connection to the target IP, then all transit netw…
-
comment
Comment #21155327
Disclaimer: I work on 1.1.1.1. You might not consider your /24 as personally identifying, but others might. The original RFC discusses these problems fairly well ( https://tools.ie…
-
comment
Comment #20906505
That's good, I missed that. Thanks for highlighting the project, I'll keep an eye on it!
-
comment
Comment #20905569
This is interesting as a lighter alternative to DNS over Tor. Where is the padding going to be? Basic clients won't add EDNS padding by default, but intuitively there has to be pad…
-
comment
Comment #18736386
From operational perspective, it may be easier to maintain a certificate (after all, that's what you already do for an HTTPS service) than a DNSSEC signed zone. It is also easier i…
-
comment
Comment #18101872
I wrote a not very well known LuaJIT to BPF compiler as a part of bcc precisely because of this. It doesn't depend on anything besides LuaJIT (no LLVM, no C, no libbpf, etc). Cavea…
-
comment
Comment #17693380
HTTPS gives you clear upgrade path to QUIC and handshake costs of TLS 1.2-3 as well. This is the very goal of this study - to determine how feasible is it in the real world and wha…
-
comment
Comment #17692570
Cloudflare publishes transparency reports https://www.cloudflare.com/transparency/ It also promises not to store your IP associated with the DNS requests https://developers.cloudfl…
-
comment
Comment #16799581
DPRIVE maintains a list with current implementation status https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Implement... (you're looking for TLS encryption + OOOR + pipelining)
-
comment
Comment #16789265
DNSSEC is orthogonal to this. Its goal is to prove integrity of records between authoritatives and the closest validator. The validator is most often the resolver doing the recursi…
-
comment
Comment #16788151
It's worth mentioning that encrypted DNS is not just about privacy, but also integrity. It's more difficult to intercept or spoof in hostile networks. ISP can still see the target …
-
comment
Comment #16737157
This is a great comment. The ping time is so much less meaningful for recursive service than for authoritative. The latency difference between cached answer and uncached answer is …
-
comment
Comment #16737034
4.2.2.x (Level3) is one of those resolvers hijacking negative answers and redirecting your to their "search pages".
-
comment
Comment #16736978
I ran a full recursor on my laptop for about two years. It's not a great choice, especially if you're not stationary. A lot as a lot of environments intercept DNS and poison your c…
-
comment
Comment #16736791
QNAME minimization just minimizes the name to one label under a delegation, there's no randomization. So root zone would only get 'com.' (and type NS). It's unfortunately easy for …
-
comment
Comment #16733080
As it should fail in any validating resolver. The CNAME signature recently expired: http://dnsviz.net/d/www.immigration.govt.nz/dnssec/
-
comment
Comment #16733031
Yes, there's a cap on both negative and positive cache lifetime. The reason is reducing the blast radius as accidents happen, and it hurts especially on long infrastructure records…
-
comment
Comment #16732928
There's a public list of IP ranges on the website: https://www.cloudflare.com/ips/ There's troubleshooting utilities in the CHAOS class, e.g. dig @1.1.1.1 id.server ch txt
-
comment
Comment #12812222
It wasn't mentioned in the article, but I've recently merged LuaJIT to BPF compiler. So you just write Lua and the kernel bits get compiled into BPF bytecode and loaded. No C. See …
-
comment
Comment #11198436
That is consented filtering and that's fine. I do the same thing locally and I'm okay with a public network operator refusing to serve certain zones (nudity, malware, illegal conte…
-
comment
Comment #11197551
I reckon that depends on where you are. I don't have any hard data on this, just a lifetime of disappointment with hotel wifis. It's not the captive portal on first use what irks m…
-
comment
Comment #10058849
Yes you're right, I just hoped that this may be a useful mnemonic (admittedly maybe a confusing one, but worked for me) for people starting with Lua. A simplification. How the inde…