File

.busted @ 10424:e7d3fa49495f

mod_admin_telnet: Show SNI name in show_tls() if available
author Kim Alvefur <zash@zash.se>
date Wed, 20 Nov 2019 21:31:46 +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";
  };
}