Live data from Hacker News

Viewing profile — shreyasonline

shreyasonline

HN member
Joined
Tue, May 05, 2015, 10:48 AM UTC
HN karma
66
Public activity
21 items

About shreyasonline

No profile information was provided.

Recent public activity

  1. comment
    Comment #44497594

    Oops! https://blog.technitium.com/2015/05/technitium-bit-chat-rele... I had released that 10 yrs ago lol.

  2. 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…

  3. 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…

  4. 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…

  5. 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.

  6. story
  7. comment
    Comment #35259719

    It seems you have not kept up with .NET development. Web Forms have been obsolete since many years by now.

  8. story
  9. story
  10. 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…

  11. 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…

  12. 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…

  13. 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…

  14. story
  15. 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…

  16. story
  17. story
  18. story
  19. story
  20. story
  21. 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…