Software /
code /
prosody-modules
Diff
mod_firewall/README.markdown @ 4169:ae738969f38a
mod_firewall: Add packaging metadata to include libraries
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 05 Oct 2020 21:56:37 +0200 |
parent | 4152:87daef9ed4e7 |
child | 4235:45606c9f529a |
line wrap: on
line diff
--- a/mod_firewall/README.markdown Mon Oct 05 21:56:04 2020 +0200 +++ b/mod_firewall/README.markdown Mon Oct 05 21:56:37 2020 +0200 @@ -2,7 +2,15 @@ labels: - 'Stage-Alpha' summary: 'A rule-based stanza filtering module' -... +rockspec: + build: + modules: + mod_firewall.actions: actions.lib.lua + mod_firewall.conditions: conditions.lib.lua + mod_firewall.definitions: definitions.lib.lua + mod_firewall.marks: marks.lib.lua + mod_firewall.test: test.lib.lua +--- ------------------------------------------------------------------------