File

.busted @ 11340:a7109eb45e30

mod_tls: Attempt STARTTLS even if not advertised as per RFC 7590
author Kim Alvefur <zash@zash.se>
date Fri, 29 Jan 2021 23:17:08 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

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