view .busted @ 14207:23f1c71b3d56 13.0

net.unbound: Reset and apply new config on reload Makes new configuration apply, which is otherwise somewhat tricky to do. Also merges identical conditions into one block.
author Kim Alvefur <zash@zash.se>
date Sat, 30 May 2026 00:32:06 +0200
parents f299d4917dd8
children
line wrap: on
line source

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