This project implements a Pi-hole ad-blocking DNS server on a Raspberry Pi, securely exposed via router for trusted remote users. It includes strict firewall rules for enhanced security.
graph TD
A[Internet] <-->|Port Forwarding| B[Router]
B <--> C[Firewall]
C <--> D[Raspberry Pi with Pi-hole]
B <--> E[Local Devices]
E -.-> D
F[Remote Devices] -.->|Secure Connection| C
|
- Ad-blocking DNS server using Pi-hole
- Remote access for trusted users
- Firewall protection for enhanced security
- Raspberry Pi based setup
[...]
[...]