Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cosmicoppai/yujin
Pi-hole on Raspberry Pi with firewall-protected remote access:
https://github.com/cosmicoppai/yujin
dns pihole rapsberry-pi
Last synced: 1 day ago
JSON representation
Pi-hole on Raspberry Pi with firewall-protected remote access:
- Host: GitHub
- URL: https://github.com/cosmicoppai/yujin
- Owner: Cosmicoppai
- License: mit
- Created: 2024-09-02T11:38:57.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T23:29:54.000Z (4 months ago)
- Last Synced: 2024-11-27T00:39:56.949Z (2 months ago)
- Topics: dns, pihole, rapsberry-pi
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/user-attachments/assets/2bc244c8-5309-4d29-9500-d52ab96629a9)
```mermaid
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
```## Features
- Ad-blocking DNS server using Pi-hole
- Remote access for trusted users
- Firewall protection for enhanced security
- Raspberry Pi based setup## Setup
[...]
## Usage
[...]