File

.busted @ 10965:f5d5fc409680

util.dependencies: Prefer net.unbound over net.adns
author Kim Alvefur <zash@zash.se>
date Thu, 25 Jun 2020 17:41:07 +0200
parent 9964:f299d4917dd8
line wrap: on
line source

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