.busted
author Matthew Wild <mwild1@gmail.com>
Sat, 05 Mar 2022 11:04:25 +0000
changeset 12375 9a8b0c5b4b14
parent 9968 f299d4917dd8
permissions -rw-r--r--
net.stun: Add xor-peer-address helper

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