File

.busted @ 12230:f590058d8d99

util.prosodyctl.check: Include multiplexed ports in DNS checks #1704
author Kim Alvefur <zash@zash.se>
date Sun, 30 Jan 2022 13:16:30 +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";
  };
}