Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 936 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 936 Bytes

Pi-hole Alias Client Manager

I created this project to make managing alias clients in your pi-hole more user-friendly, as no interface is provided by default. This is a work-in-progress and suggestions and PRs are welcome!

Contents

Overview

This is a program written in Python by @Gabesw that allows users to manage their alias clients in their pihole FTL database. As of right now, only an interactive CLI is provided, but a web-based GUI is to come.

Setup

Prerequisites

Ensure that Pi-hole is installed and configured and that Python 3 is installed.

Getting Started

To run the CLI, navigate to the src/ directory and run sudo python3 cli.py to start the interactive CLI. Root permissions are required to modify the FTL database.