File

core/features.lua @ 12510:cd3b5912c9a3 0.12

net.unbound: Adjust log level of error to error to error This error is an error, therefore it should be at the error level
author Kim Alvefur <zash@zash.se>
date Mon, 16 May 2022 14:51:01 +0200
parent 12252:4bfe658415a0
child 12655:a5a0783e9241
child 13110:d5f322dd424b
line wrap: on
line source

local set = require "util.set";

return {
	available = set.new{
		-- mod_bookmarks bundled
		"mod_bookmarks";
	};
};