-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (77 loc) · 5.01 KB
/
Copy pathindex.html
File metadata and controls
80 lines (77 loc) · 5.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
---
layout: default
home: true
title: pfBlockerNG
description: IP and DNS blocking for pfSense CE and Plus.
---
<main id="main-content">
<section class="hero">
<p class="eyebrow">pfSense package · IP + DNS policy</p>
<h1>Block at the firewall. Block at the resolver.</h1>
<p class="hero-lede">pfBlockerNG turns trusted IP and domain feeds into live pfSense policy, with reports, safe exceptions, and one place to operate both enforcement paths.</p>
<div class="hero-actions">
<a class="button primary" href="https://pfblockerng.github.io/pkg">Start with installation</a>
<a class="button secondary" href="{{ '/guide/general-setup/' | relative_url }}">Continue with basic setup</a>
<a class="button secondary" href="https://github.com/pfBlockerNG/pfBlockerNG">View source</a>
</div>
<div class="project-badges" aria-label="Project status">
<a href="https://github.com/pfBlockerNG/pfBlockerNG/stargazers"><img src="https://img.shields.io/github/stars/pfBlockerNG/pfBlockerNG?style=flat-square&label=Stars&logo=github" alt="GitHub star count"></a>
<a href="https://github.com/pfBlockerNG/pfBlockerNG/forks"><img src="https://img.shields.io/github/forks/pfBlockerNG/pfBlockerNG?style=flat-square&label=Forks&logo=github" alt="GitHub fork count"></a>
<a href="https://github.com/pfBlockerNG/pfBlockerNG/releases"><img src="https://img.shields.io/github/v/release/pfBlockerNG/pfBlockerNG?style=flat-square&label=Release" alt="Latest release"></a>
<a href="https://github.com/pfBlockerNG/pfBlockerNG/blob/devel/LICENSE"><img src="https://img.shields.io/github/license/pfBlockerNG/pfBlockerNG?style=flat-square" alt="Apache 2.0 license"></a>
</div>
</section>
<section class="home-section" id="components">
<div class="section-inner">
<div class="section-heading">
<div><p class="eyebrow">§ 01 · Two components</p><h2>One policy surface.</h2></div>
<p>IP blocking and DNSBL solve different problems. Use either component independently, or combine them for network- and name-level enforcement.</p>
</div>
<div class="component-grid">
<article class="component-card">
<span class="number">01 / IP</span>
<h3>IP blocking</h3>
<p>Build IPv4 and IPv6 aliases from feeds, GeoIP data, and custom entries. Use generated rules or reference the aliases from your own pfSense rules.</p>
</article>
<article class="component-card">
<span class="number">02 / DNS</span>
<h3>DNSBL</h3>
<p>Evaluate domain lists in Unbound, including Adblock Plus and EasyList rules, with selectable response modes and per-query reporting.</p>
</article>
<article class="component-card">
<span class="number">03 / OPERATE</span>
<h3>Reports and control</h3>
<p>Trace blocked traffic and names, add precise exceptions, inspect update logs, and keep the last good data when a feed download fails.</p>
</article>
</div>
</div>
</section>
<section class="home-section" id="model">
<div class="section-inner">
<div class="section-heading">
<div><p class="eyebrow">§ 02 · Operating model</p><h2>Feeds become native policy.</h2></div>
<p>pfBlockerNG downloads, validates, normalizes, and publishes data into the pfSense services already responsible for enforcement.</p>
</div>
<div class="flow" aria-label="pfBlockerNG processing flow">
<div class="flow-step"><strong>Sources</strong><span>IP feeds, domain feeds, GeoIP, custom entries</span></div>
<div class="flow-arrow" aria-hidden="true">→</div>
<div class="flow-step"><strong>pfBlockerNG</strong><span>Download, parse, deduplicate, aggregate, prioritize</span></div>
<div class="flow-arrow" aria-hidden="true">→</div>
<div class="flow-step"><strong>pfSense</strong><span>pf aliases and rules, Unbound DNSBL, reports and logs</span></div>
</div>
</div>
</section>
<section class="home-section" id="resources">
<div class="section-inner">
<div class="section-heading">
<div><p class="eyebrow">§ 03 · Start here</p><h2>Install, configure, explore.</h2></div>
<p>Install pfBlockerNG from the project repository, configure a small verified policy, then explore the wider project.</p>
</div>
<div class="resource-grid">
<a class="resource-card" href="{{ '/guide/installation/' | relative_url }}"><h3>1. Install pfBlockerNG</h3><p>Choose a channel and use the copy-ready commands from the official package repository.</p></a>
<a class="resource-card" href="{{ '/guide/general-setup/' | relative_url }}"><h3>2. Configure pfBlockerNG</h3><p>Establish safe defaults, apply one small list, and verify enforcement before expanding policy.</p></a>
<a class="resource-card" href="https://github.com/pfBlockerNG"><h3>GitHub organization</h3><p>Repositories, issues, releases, architecture work, and the people building pfBlockerNG.</p></a>
</div>
</div>
</section>
</main>