the nix Kid

the nix Kid

  • Blog
  • Email
  • Feed
  • Log in

Pages

  • Home

Recent Posts

  • quick and dirty hack to...
  • postgres outfile
  • How-to: fix non-working...
  • Shit happens, they say, and...
  • I'm back

Archive

  • January 2018
  • June 2015
  • January 2013
  • August 2012
  • June 2012

January 2018

  • quick and dirty...

    In case you're providing DNS hosting in any form chances are one day you'll notice your syslog is flooded with messages like Jan 12 17:34:27 pry-ns-vm1 named[6774]: client 74.125.xx.yy#41026: query (cache) 'deleted_domain.tld/A/IN' denied Jan 12 17:34:27 pry-ns-vm1 named[6774]: client 74.125.xx.yy#56524: query (cache) 'deleted_domain.tld/A/IN' denied Jan 12 17:34:28 pry-ns-vm1 named[6774]: client 61.50.zz.nn#51215: query (cache) 'deleted_domain.tld/A/IN' denied Jan 12 17:34:29 pry-ns-vm1 named[6774]: client 61.50.zz.nn#49405: query (cache) 'deleted_domain.tld/A/IN' denied This may be fixed with by adding following to your BIND config (as a top level section): logging { category security { null; }; channel default_syslog { syslog daemon; severity warning; }; };

    Permanent link to “quick and dirty hack to make BIND less verbose”
Archive of 2015
  • Blog
  • Home
  • Email
  • Feed
  • Archive
  • Log in
  • Menu