Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 826 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 826 Bytes

Pi-hole Network Setup

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.

Project Overview

Pi-hole Logo

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
Loading

Features

  • Ad-blocking DNS server using Pi-hole
  • Remote access for trusted users
  • Firewall protection for enhanced security
  • Raspberry Pi based setup

Setup

[...]

Usage

[...]