From a68b045f1d50f09f3710be4679a62752b88e42d2 Mon Sep 17 00:00:00 2001 From: Alif Putra Winata <98870352+arfshl@users.noreply.github.com> Date: Sat, 19 Apr 2025 11:28:44 +0700 Subject: [PATCH 01/11] Add Hagezi Apple Native Tracker --- blocklists/hagezi-apple.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 blocklists/hagezi-apple.json diff --git a/blocklists/hagezi-apple.json b/blocklists/hagezi-apple.json new file mode 100644 index 0000000..181d611 --- /dev/null +++ b/blocklists/hagezi-apple.json @@ -0,0 +1,9 @@ +{ + "name": "HaGeZi - Apple Tracker", + "website": "https://github.com/hagezi/dns-blocklists", + "description": "Blocks Apple native broadband tracker that track your activity.", + "source": { + "url": "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/domains/native.apple.txt", + "format": "domains" + } +} From d63844f9e9e1e5fe1dbf6e7f94f3e0da8309fbdc Mon Sep 17 00:00:00 2001 From: Alif Putra Winata <98870352+arfshl@users.noreply.github.com> Date: Sat, 19 Apr 2025 11:30:09 +0700 Subject: [PATCH 02/11] Add Hagezi TikTok fingerprinting --- blocklists/hagezi-tiktok.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 blocklists/hagezi-tiktok.json diff --git a/blocklists/hagezi-tiktok.json b/blocklists/hagezi-tiktok.json new file mode 100644 index 0000000..238ef38 --- /dev/null +++ b/blocklists/hagezi-tiktok.json @@ -0,0 +1,9 @@ +{ + "name": "HaGeZi - TikTok Fingerprinting", + "website": "https://github.com/hagezi/dns-blocklists", + "description": "Blocks TikTok fingerprinting/tracker that track your activity.", + "source": { + "url": "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/domains/native.tiktok.txt", + "format": "domains" + } +} From faf76634e045a9ee093c9d1cc147e4402f30509d Mon Sep 17 00:00:00 2001 From: Alif Putra Winata <98870352+arfshl@users.noreply.github.com> Date: Sat, 19 Apr 2025 11:31:55 +0700 Subject: [PATCH 03/11] Add Hagezi Xiaomi Native Tracker --- blocklists/hagezi-xiaomi.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 blocklists/hagezi-xiaomi.json diff --git a/blocklists/hagezi-xiaomi.json b/blocklists/hagezi-xiaomi.json new file mode 100644 index 0000000..eb7a134 --- /dev/null +++ b/blocklists/hagezi-xiaomi.json @@ -0,0 +1,9 @@ +{ + "name": "HaGeZi - Xiaomi Tracker", + "website": "https://github.com/hagezi/dns-blocklists", + "description": "Blocks Xiaomi native broadband tracker that track your activity.", + "source": { + "url": "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/domains/native.xiaomi.txt", + "format": "domains" + } +} From 18ebcc3e004b2558fe33b0f44389e2943b2eb0b6 Mon Sep 17 00:00:00 2001 From: Alif Putra Winata <98870352+arfshl@users.noreply.github.com> Date: Sat, 19 Apr 2025 11:33:14 +0700 Subject: [PATCH 04/11] Add Hagezi Samsung Native Tracker --- blocklists/hagezi-samsung.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 blocklists/hagezi-samsung.json diff --git a/blocklists/hagezi-samsung.json b/blocklists/hagezi-samsung.json new file mode 100644 index 0000000..d3e83a7 --- /dev/null +++ b/blocklists/hagezi-samsung.json @@ -0,0 +1,9 @@ +{ + "name": "HaGeZi - Samsung Tracker", + "website": "https://github.com/hagezi/dns-blocklists", + "description": "Blocks Samsung native broadband tracker that track your activity.", + "source": { + "url": "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/domains/native.samsung.txt", + "format": "domains" + } +} From 2f0b9b8ef169a77cd16e97c5a531af3c8907a2bf Mon Sep 17 00:00:00 2001 From: Alif Putra Winata <98870352+arfshl@users.noreply.github.com> Date: Sat, 19 Apr 2025 11:34:00 +0700 Subject: [PATCH 05/11] Add Hagezi Roku Native Tracker --- blocklists/Add Hagezi Roku Native Tracker | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 blocklists/Add Hagezi Roku Native Tracker diff --git a/blocklists/Add Hagezi Roku Native Tracker b/blocklists/Add Hagezi Roku Native Tracker new file mode 100644 index 0000000..c1aa4f9 --- /dev/null +++ b/blocklists/Add Hagezi Roku Native Tracker @@ -0,0 +1,9 @@ +{ + "name": "HaGeZi - Roku Tracker", + "website": "https://github.com/hagezi/dns-blocklists", + "description": "Blocks Roku native broadband tracker that track your activity.", + "source": { + "url": "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/domains/native.roku.txt", + "format": "domains" + } +} From 850a92a592cd1329971cd79b123043d91ae2aecc Mon Sep 17 00:00:00 2001 From: Alif Putra Winata <98870352+arfshl@users.noreply.github.com> Date: Sat, 19 Apr 2025 11:34:45 +0700 Subject: [PATCH 06/11] Filename typo --- blocklists/{Add Hagezi Roku Native Tracker => hagezi-roku.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename blocklists/{Add Hagezi Roku Native Tracker => hagezi-roku.json} (100%) diff --git a/blocklists/Add Hagezi Roku Native Tracker b/blocklists/hagezi-roku.json similarity index 100% rename from blocklists/Add Hagezi Roku Native Tracker rename to blocklists/hagezi-roku.json From 8dba7522aac2e2ba69af6694fbb24da9e7a8bd36 Mon Sep 17 00:00:00 2001 From: Alif Putra Winata <98870352+arfshl@users.noreply.github.com> Date: Sat, 19 Apr 2025 11:35:25 +0700 Subject: [PATCH 07/11] Add Hagezi Oppo & Realme Native Tracker --- blocklists/hagezi-oppo-realme.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 blocklists/hagezi-oppo-realme.json diff --git a/blocklists/hagezi-oppo-realme.json b/blocklists/hagezi-oppo-realme.json new file mode 100644 index 0000000..6cb54b1 --- /dev/null +++ b/blocklists/hagezi-oppo-realme.json @@ -0,0 +1,9 @@ +{ + "name": "HaGeZi - OPPO & Realme Tracker", + "website": "https://github.com/hagezi/dns-blocklists", + "description": "Blocks OPPO & Realme native broadband tracker that track your activity.", + "source": { + "url": "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/domains/native.oppo-realme.txt", + "format": "domains" + } +} From 37ccf115130f4aef523658b6887dd8c16f2076fc Mon Sep 17 00:00:00 2001 From: Alif Putra Winata <98870352+arfshl@users.noreply.github.com> Date: Sat, 19 Apr 2025 11:36:21 +0700 Subject: [PATCH 08/11] Add Hagezi Huawei Native Tracker --- blocklists/hagezi-huawei.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 blocklists/hagezi-huawei.json diff --git a/blocklists/hagezi-huawei.json b/blocklists/hagezi-huawei.json new file mode 100644 index 0000000..b74917d --- /dev/null +++ b/blocklists/hagezi-huawei.json @@ -0,0 +1,9 @@ +{ + "name": "HaGeZi - Huawei Tracker", + "website": "https://github.com/hagezi/dns-blocklists", + "description": "Blocks Huawei native broadband tracker that track your activity.", + "source": { + "url": "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/domains/native.huawei.txt", + "format": "domains" + } +} From aaf74e4c613c0019162354d1fd08077735d1fb62 Mon Sep 17 00:00:00 2001 From: Alif Putra Winata <98870352+arfshl@users.noreply.github.com> Date: Sat, 19 Apr 2025 11:37:51 +0700 Subject: [PATCH 09/11] Add Hagezi LG webOS Native Tracker --- blocklists/hagezi-lg-webos.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 blocklists/hagezi-lg-webos.json diff --git a/blocklists/hagezi-lg-webos.json b/blocklists/hagezi-lg-webos.json new file mode 100644 index 0000000..136a3b4 --- /dev/null +++ b/blocklists/hagezi-lg-webos.json @@ -0,0 +1,9 @@ +{ + "name": "HaGeZi - LG webOS Tracker", + "website": "https://github.com/hagezi/dns-blocklists", + "description": "Blocks LG webOS native broadband tracker that track your activity.", + "source": { + "url": "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/domains/native.lgwebos.txt", + "format": "domains" + } +} From 5324aa6a8535db5d23d8f0cf05abf5f739720301 Mon Sep 17 00:00:00 2001 From: Alif Putra Winata <98870352+arfshl@users.noreply.github.com> Date: Sat, 19 Apr 2025 11:38:34 +0700 Subject: [PATCH 10/11] Add Hagezi Amazon Native Tracker --- blocklists/hagezi-amazon.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 blocklists/hagezi-amazon.json diff --git a/blocklists/hagezi-amazon.json b/blocklists/hagezi-amazon.json new file mode 100644 index 0000000..525c5df --- /dev/null +++ b/blocklists/hagezi-amazon.json @@ -0,0 +1,9 @@ +{ + "name": "HaGeZi - Amazon Tracker", + "website": "https://github.com/hagezi/dns-blocklists", + "description": "Blocks Amazon native broadband tracker that track your activity.", + "source": { + "url": "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/domains/native.amazon.txt", + "format": "domains" + } +} From e76c07be3783b0a686eeea70b8e59fe838a7b698 Mon Sep 17 00:00:00 2001 From: Alif Putra Winata <98870352+arfshl@users.noreply.github.com> Date: Sat, 19 Apr 2025 11:42:34 +0700 Subject: [PATCH 11/11] Add Hagezi Windows & Office Native Tracker --- blocklists/hagezi-windows-office.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 blocklists/hagezi-windows-office.json diff --git a/blocklists/hagezi-windows-office.json b/blocklists/hagezi-windows-office.json new file mode 100644 index 0000000..8740448 --- /dev/null +++ b/blocklists/hagezi-windows-office.json @@ -0,0 +1,9 @@ +{ + "name": "HaGeZi - Windows/Office Tracker", + "website": "https://github.com/hagezi/dns-blocklists", + "description": "Blocks Windows/Office native broadband tracker that track your activity.", + "source": { + "url": "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/domains/native.winoffice.txt", + "format": "domains" + } +}