File

.busted @ 11250:d1351683dfe5

net.unbound: Allow tracing individual queries with a logger per query
author Kim Alvefur <zash@zash.se>
date Tue, 05 Jan 2021 20:04:07 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}