From 6011c248cea46b5d4bf417d504301053c1e7f9f7 Mon Sep 17 00:00:00 2001 From: Ben Kreeger Date: Fri, 1 Aug 2025 14:03:29 -0500 Subject: [PATCH] Initial commit --- README.md | 3 +++ allow.txt | 27 +++++++++++++++++++++++++++ block.txt | 0 3 files changed, 30 insertions(+) create mode 100644 README.md create mode 100644 allow.txt create mode 100644 block.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..b3c2d62 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Pi-hole allow and block lists + +Hosted here and referenced by my Pi-hole server. diff --git a/allow.txt b/allow.txt new file mode 100644 index 0000000..919470d --- /dev/null +++ b/allow.txt @@ -0,0 +1,27 @@ +# [amplitude.com] +amplitude.com +amplify.amplitude.com +analytics.amplitude.com +api.amplitude.com +cdn.amplitude.com +discourse.amplitude.com +events.amplitude.com +go.amplitude.com +info.amplitude.com +meetings.amplitude.com +promo.amplitude.com +static.amplitude.com +status.amplitude.com +thunder.amplitude.com + +# [app-measurement.com] +app-measurement.com + +# [browser-intake-datadoghq.com] +browser-intake-datadoghq.com + +# [googleapis.com] +googleapis.com + +# [segment.io] +api.segment.io diff --git a/block.txt b/block.txt new file mode 100644 index 0000000..e69de29