An open API service indexing awesome lists of open source software.

https://github.com/samtv12345/alpine-pihole

Security focused pihole image that aims to minimize CVEs
https://github.com/samtv12345/alpine-pihole

alpine alpine-docker pihole pihole-docker

Last synced: about 1 year ago
JSON representation

Security focused pihole image that aims to minimize CVEs

Awesome Lists containing this project

README

          

#



Pi-hole


Pi-hole



Network-wide ad blocking via your own Linux hardware

The Pi-hole® is a [DNS sinkhole](https://en.wikipedia.org/wiki/DNS_Sinkhole) that protects your devices from unwanted content without installing any client-side software.

**Alpine version: x86, x86_64, armv7l and aarch64**: This repository provides an automated script to install Pi-hole on Alpine Linux (32-bit and 64-bit) working with musl.
The 32-bit version for Alpine compiles the [Faster-than-light Engine](https://github.com/pi-hole/ftl).
More information is available at its own [repository](https://gitlab.com/yvelon/pihole-FTL-alpine).

**Information about Pi-hole**: please check out the [Pi-hole official repository](https://github.com/pi-hole/pi-hole).

-----
## Important note

This script runs the Docker part of the awesome script of [Yvelon's pihole project](https://gitlab.com/yvelon/pi-hole).
All cudos to him and his awesome work. Thank you for helping me port your work into docker.

## How to run
Simply run docker build -t my-tag . in the project directory.