home.social

#dnscache — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #dnscache, aggregated by home.social.

  1. @BastilleBSD

    Yes, there exist #FreeBSD tools that can set up the socket and the environment variable. I wrote one such tool years ago, and have been running a DNS server that accepts pre-created listening sockets and itself runs wholly unprivileged for almost as long.

    Tell any naysayers that it can be done. (-:

    jdebp.info/Softwares/nosh/guid

    jdebp.info/Softwares/djbwares/

    #dnscache #nosh #AdGuardHome

  2. Hatte gedacht, installiere mal #pihole , andere deinen dns, und schau wie Werbung auf dem Handy geblockt wird. Pustekuchen, #ipv6 , #dnscache #chrome interner dns cache, #dnssecurity ... Die Installation von pihole war ein klaks, aber an allen Endgeräten und Router die Einstellungen so zu verbiegen dass pihole auch greifen kann dauert mir zu lange.
    #internetistkaputt

  3. Hatte gedacht, installiere mal #pihole , andere deinen dns, und schau wie Werbung auf dem Handy geblockt wird. Pustekuchen, #ipv6 , #dnscache #chrome interner dns cache, #dnssecurity ... Die Installation von pihole war ein klaks, aber an allen Endgeräten und Router die Einstellungen so zu verbiegen dass pihole auch greifen kann dauert mir zu lange.
    #internetistkaputt

  4. Hatte gedacht, installiere mal #pihole , andere deinen dns, und schau wie Werbung auf dem Handy geblockt wird. Pustekuchen, #ipv6 , #dnscache #chrome interner dns cache, #dnssecurity ... Die Installation von pihole war ein klaks, aber an allen Endgeräten und Router die Einstellungen so zu verbiegen dass pihole auch greifen kann dauert mir zu lange.
    #internetistkaputt

    Bevor es falsch ankommt: das ist keine Kritik an pihole, es macht genau das was es soll.

  5. Hatte gedacht, installiere mal #pihole , andere deinen dns, und schau wie Werbung auf dem Handy geblockt wird. Pustekuchen, #ipv6 , #dnscache #chrome interner dns cache, #dnssecurity ... Die Installation von pihole war ein klaks, aber an allen Endgeräten und Router die Einstellungen so zu verbiegen dass pihole auch greifen kann dauert mir zu lange.
    #internetistkaputt

  6. Hatte gedacht, installiere mal #pihole , andere deinen dns, und schau wie Werbung auf dem Handy geblockt wird. Pustekuchen, #ipv6 , #dnscache #chrome interner dns cache, #dnssecurity ... Die Installation von pihole war ein klaks, aber an allen Endgeräten und Router die Einstellungen so zu verbiegen dass pihole auch greifen kann dauert mir zu lange.
    #internetistkaputt

  7. A bonus top tip for today:

    '\376' will not compare equal to a character in memory with the value 254.

    This is not assembly language, where one can compare an 8-bit byte with an 8-bit constant and have it just work, willy-nilly.

    That would be crazy.

    #djbwares #dnscache #octal #StandardC

  8. A bonus top tip for today:

    '\376' will not compare equal to a character in memory with the value 254.

    This is not assembly language, where one can compare an 8-bit byte with an 8-bit constant and have it just work, willy-nilly.

    That would be crazy.

    #djbwares #dnscache #octal #StandardC

  9. A bonus top tip for today:

    '\376' will not compare equal to a character in memory with the value 254.

    This is not assembly language, where one can compare an 8-bit byte with an 8-bit constant and have it just work, willy-nilly.

    That would be crazy.

    #djbwares #dnscache #octal #StandardC

  10. Today's top tip:

    8 is not an octal digit.

    I had to take a 2 hour break (dealing with a relative) before I spotted that one.

    #octal #djbwares #dnscache

  11. Today's top tip:

    8 is not an octal digit.

    I had to take a 2 hour break (dealing with a relative) before I spotted that one.

    #octal #djbwares #dnscache

  12. Today's top tip:

    8 is not an octal digit.

    I had to take a 2 hour break (dealing with a relative) before I spotted that one.

    #octal #djbwares #dnscache

  13. Looking up www.bing.com. nowadays involves dnscache looking up intermediate domain names in org., com., net., and info.; the cross-dependencies of which regularly exceed dnscache's nested gluelessness limit above which it switches to a slower resolution algorithm.

    Some quick tests indicate that raising this limit from 2 to 3 improves matters.

    So this will be in #djbwares 11.

    #djbdns #dnscache #DomainNameSystem

  14. New #GoLang #opensource package: sfcache!

    I'm excited to announce the release of a new open-source Go package, sfcache, which provides a simple, local, thread-safe, fixed-size and single-flight cache for expensive lookup calls in Go!

    Examples applications includes the #dnscache and #awssecretcache packages in #gogen.

    Check out the documentation for detailed instructions and examples: pkg.go.dev/github.com/tecnickc