Skip to content

Pi-hole on Raspberry Pi with firewall-protected remote access:

License

Notifications You must be signed in to change notification settings

Cosmicoppai/yujin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

[...]

About

Pi-hole on Raspberry Pi with firewall-protected remote access:

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published