@porla-contrib/blocklist
v0.2.0
Published
A blocklist plugin for Porla.
Downloads
1
Readme
eMule blocklists for Porla
This plugin will download and apply the latest eMule security blocklist when Porla starts.
Usage
const { Porla } = require('@porla/porla');
const Blocklist = require('@porla-contrib/blocklist');
const app = new Porla({
plugins: [ new Blocklist() ]
});