File

.busted @ 9394:bcd94cc355d3

net.resolvers.service: Add support for fallback to bare domain and default port The default port must be configured separately to enable this behavior
author Kim Alvefur <zash@zash.se>
date Sat, 29 Sep 2018 22:03:16 +0200
parent 9374:a1a39d395260
child 9452:9d892b2415bf
line wrap: on
line source

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