From 2619caccfa6875d8db88be459549a697e8a63193 Mon Sep 17 00:00:00 2001 From: darkexplosiveqwx <101737077+darkexplosiveqwx@users.noreply.github.com> Date: Wed, 12 Mar 2025 20:58:48 +0100 Subject: [PATCH] Add civetweb to origins.md (#1207) Signed-off-by: darkexplosiveqwx --- docs/main/origins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/main/origins.md b/docs/main/origins.md index 4db3a56..b9fd10c 100644 --- a/docs/main/origins.md +++ b/docs/main/origins.md @@ -9,5 +9,6 @@ Pi-hole being a **advertising-aware DNS/Web server**, makes use of the following - [`dnsmasq`](https://www.thekelleys.org.uk/dnsmasq/doc.html) - a lightweight DNS and DHCP server - [`curl`](https://curl.haxx.se/) - A command-line tool for transferring data with URL syntax - [AdminLTE Dashboard](https://github.com/ColorlibHQ/AdminLTE) - premium admin control panel based on Bootstrap 3.x +- [`civetweb`](https://github.com/civetweb/civetweb) - Embedded C/C++ web server - [`sqlite3`](https://www.sqlite.org/index.html) - SQL Database engine