File

.busted @ 12097:9c794d5f6f8d

core.certmanager: Add TLS 1.3 cipher suites to Mozilla TLS presets
author Kim Alvefur <zash@zash.se>
date Wed, 03 Nov 2021 12:23:29 +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";
  };
}