.busted
author Matthew Wild <mwild1@gmail.com>
Sat, 05 Mar 2022 11:00:08 +0000
changeset 12373 f2ae9c6d1d9f
parent 9968 f299d4917dd8
permissions -rw-r--r--
net.stun: Name some more attributes from TURN

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