Actions
Bug #16277
openEnabling IPv6 support in DNSBL doesn't allow pfb_dnsbl to start
Status:
Feedback
Priority:
Normal
Assignee:
-
Category:
pfBlockerNG
Target version:
-
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
24.11
Affected Architecture:
All
Description
Following up from https://www.reddit.com/r/pfBlockerNG/comments/1jb5rtc/ipv6_woes_wrong_vip/
I created a PR to fix the issue: https://github.com/pfsense/FreeBSD-ports/pull/1416
The run down of the issue is including the server.use-ipv6 = "enable"
block in the lighttpd config tells it to listen on EVERY ipv6 interface, not just the selected ones. Removing this allows the logic expected to still work (i.e. localhost only, selected interfaces, combos of the above)
Files
Actions