Viewing profile — shreyasonline
shreyasonline
HN member- Joined
- Tue, May 05, 2015, 10:48 AM UTC
- HN karma
- 66
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About shreyasonline
No profile information was provided.
Recent public activity
-
comment
Comment #44497594
Oops! https://blog.technitium.com/2015/05/technitium-bit-chat-rele... I had released that 10 yrs ago lol.
-
comment
Comment #39026886
Sure, but its not what pi-hole does or support. You need to install another software and forward requests to it. Technitium DNS has this feature built-in along with support for DoT…
-
comment
Comment #39026863
If you are looking for self hosting local resolver then just make sure its not accessible from public Internet. If you wish to host your own authoritative DNS server for your domai…
-
comment
Comment #39026831
Its actually much more beneficial to use a local DNS server even for a single user. A single user will keep querying for DNS requests since OS/apps cache DNS only for a minute or s…
-
comment
Comment #39026740
It does what pi-hole does and a lot more. Has encrypted DNS protocols like DNS-over-HTTPS, DNS-over-TLS, and DNS-over-QUIC support and also has built-in recursive resolver.
- story
-
comment
Comment #35259719
It seems you have not kept up with .NET development. Web Forms have been obsolete since many years by now.
- story
- story
-
comment
Comment #21112524
Same can be said about IP-based blocking that firewalls employ. IP-based blocking can also be bypassed by using various tunneling techniques but that does not make it useless. Havi…
-
comment
Comment #21112496
Why DoH and not DoT? DoT be much more suitable and provides same set of guarantees since both are essentially using TLS. DoH provides only one extra thing that is to make it diffic…
-
comment
Comment #21112454
"The major criticism of DoH is Firefox enabling it by default and overriding the existing system DNS configuration, requiring manual reconfiguration of arbitrarily many client devi…
-
comment
Comment #21112418
"Is security policy via DNS really a good way to go? There are other, imo more effective, ways of handling this. If your security policy can be defeated by using a DoH resolver, it…
- story
-
comment
Comment #21068402
DoH and DoT are not really providing privacy unless ESNI is fully developed and deployed by most websites. DoT and DoH do provide security since with plain old DNS, literally anyon…
- story
- story
- story
- story
- story
-
comment
Comment #9492042
another annoying thing about PHP is that it keeps emitting warning related INFO messages on webpage for visitors to see even after having proper try{}catch{} error handling. Then y…