File

.busted @ 12320:f0be98bab9dd

prosodyctl: check dns: Allow admin to specify undiscoverable external IPs in config
author Matthew Wild <mwild1@gmail.com>
date Wed, 02 Mar 2022 16:12:28 +0000
parent 9964:f299d4917dd8
line wrap: on
line source

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