From 0d8131580971f939eee5f45cbb09c28bf15e391c Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Sat, 29 Nov 2025 14:18:54 +1100 Subject: [PATCH] PLG: PIHOLEAPI FAKE MAC #1282 Signed-off-by: jokob-sk --- front/plugins/pihole_api_scan/README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/front/plugins/pihole_api_scan/README.md b/front/plugins/pihole_api_scan/README.md index 9fddea26..f2f936bc 100644 --- a/front/plugins/pihole_api_scan/README.md +++ b/front/plugins/pihole_api_scan/README.md @@ -32,17 +32,8 @@ No additional Pi-hole configuration is required. | **PIHOLEAPI_SSL_VERIFY** | Whether to verify HTTPS certificates. Disable only for self-signed certificates. | | **PIHOLEAPI_RUN_TIMEOUT** | Request timeout in seconds. | | **PIHOLEAPI_API_MAXCLIENTS** | Maximum number of devices to request from Pi-hole. Defaults are usually fine. | -| **PIHOLEAPI_FAKE_MAC** | Generate FAKE AMC from IP. | +| **PIHOLEAPI_FAKE_MAC** | Generate FAKE MAC from IP. | -### Example Configuration - -| Setting Key | Sample Value | -| ---------------------------- | -------------------------------------------------- | -| **PIHOLEAPI_URL** | `http://pi.hole/` | -| **PIHOLEAPI_PASSWORD** | `passw0rd` | -| **PIHOLEAPI_SSL_VERIFY** | `true` | -| **PIHOLEAPI_RUN_TIMEOUT** | `30` | -| **PIHOLEAPI_API_MAXCLIENTS** | `500` | ### ⚠️ Troubleshooting