.busted
author Kim Alvefur <zash@zash.se>
Thu, 16 Sep 2021 09:52:51 +0200
changeset 12154 653a48b5a25b
parent 9968 f299d4917dd8
permissions -rw-r--r--
core.certmanager: Disable DANE name checks (not needed for XMPP) Pending https://github.com/brunoos/luasec/pull/179 Should not be done globally, but rather only for s2sout, but that would have to be in mod_tls then.

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