Re: [ufdbGuard] ipv4 ipv4list etc support for categories
URL filter to block unwanted content on the internet
Brought to you by:
ufdb
|
From: Marcus K. <mar...@ur...> - 2018-07-24 16:18:39
|
ufdbGuard has no configuration option to include a range of IP addresses as URLs in a URL table. However, in your example you can add an expressionlist to alwaysdeny to block 10.2.0.0/16. The expressions file contains one line: ^10\.2\.[0-9]+\.[0-9]+(/|$|:) Marcus On 24/07/18 13:05, Gordon Hsiao wrote: > X-Mail-List: ufdbGuard > > > > I need block a range of IP addresses(e.g. 10.2.0.0/16), so far I had to add them to alwaysdeny/domains one IP per line which is very tedious, can ufdbguard support ipv4/ipv4list > netmask or a iplist file directly, like it does for the "source" section? > > Gordon |