.busted
author Kim Alvefur <zash@zash.se>
Mon, 01 Jun 2020 17:27:50 +0200
changeset 10866 1cfae9e85021
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_admin_socket: Use wrapserver if available Why have a custom accept function when this is net.server's entire thing?

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