From 63c170205457b6fbebe7e330ebd53d803e35c376 Mon Sep 17 00:00:00 2001 From: Guernesey Date: Thu, 19 Mar 2026 15:07:08 +0100 Subject: [PATCH 1/6] Add UT1 bundle actuality blocklist JSON --- blocklists/ut1actuality.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 blocklists/ut1actuality.json diff --git a/blocklists/ut1actuality.json b/blocklists/ut1actuality.json new file mode 100644 index 0000000..6995dbc --- /dev/null +++ b/blocklists/ut1actuality.json @@ -0,0 +1,9 @@ +{ + "name": "UT1 bundle actuality", + "website": "https://github.com/Guernesey/utonextdns", + "description": "Combined UT1 categories: press, radio, fakenews, sports", + "source": { + "url": "https://raw.githubusercontent.com/Guernesey/utonextdns/main/dist/UT1-actuality.txt", + "format": "domains" + } +} From 32402718142ff6cf25788860002bd22cc42ef491 Mon Sep 17 00:00:00 2001 From: Guernesey Date: Thu, 19 Mar 2026 15:07:44 +0100 Subject: [PATCH 2/6] Add UT1 bundle adult blocklist JSON file --- blocklists/ut1adult1.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 blocklists/ut1adult1.json diff --git a/blocklists/ut1adult1.json b/blocklists/ut1adult1.json new file mode 100644 index 0000000..166c2d7 --- /dev/null +++ b/blocklists/ut1adult1.json @@ -0,0 +1,9 @@ +{ + "name": "UT1 bundle adult", + "website": "https://github.com/Guernesey/utonextdns", + "description": "Combined UT1 categories: adult — Bundle split into 2 parts: ut1adult.json, ut1adult2.json. Ajoutez-les toutes. — Ajouter aussi ut1adult2.json", + "source": { + "url": "https://raw.githubusercontent.com/Guernesey/utonextdns/main/dist/UT1-adult-1.txt", + "format": "domains" + } +} From 163376719da3faf5a40d2db2b5558f7cb21c3639 Mon Sep 17 00:00:00 2001 From: Guernesey Date: Thu, 19 Mar 2026 15:08:20 +0100 Subject: [PATCH 3/6] Create ut1adult2.json blocklist for adult domains Added a new blocklist for adult content with source details. --- blocklists/ut1adult2.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 blocklists/ut1adult2.json diff --git a/blocklists/ut1adult2.json b/blocklists/ut1adult2.json new file mode 100644 index 0000000..04b3cbb --- /dev/null +++ b/blocklists/ut1adult2.json @@ -0,0 +1,9 @@ +{ + "name": "UT1 bundle adult", + "website": "https://github.com/Guernesey/utonextdns", + "description": "Combined UT1 categories: adult — Bundle split into 2 parts: ut1adult.json, ut1adult2.json. Ajoutez-les toutes. — Ajouter aussi ut1adult1.json", + "source": { + "url": "https://raw.githubusercontent.com/Guernesey/utonextdns/main/dist/UT1-adult-2.txt", + "format": "domains" + } +} From 388b2b0274ee3952497bb8da5a0731228753065b Mon Sep 17 00:00:00 2001 From: Guernesey Date: Thu, 19 Mar 2026 15:08:53 +0100 Subject: [PATCH 4/6] Add UT1 bundle financial blocklist JSON file --- blocklists/ut1financial.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 blocklists/ut1financial.json diff --git a/blocklists/ut1financial.json b/blocklists/ut1financial.json new file mode 100644 index 0000000..bc6f3da --- /dev/null +++ b/blocklists/ut1financial.json @@ -0,0 +1,9 @@ +{ + "name": "UT1 bundle financial", + "website": "https://github.com/Guernesey/utonextdns", + "description": "Combined UT1 categories: financial, bitcoin, cryptojacking", + "source": { + "url": "https://raw.githubusercontent.com/Guernesey/utonextdns/main/dist/UT1-financial.txt", + "format": "domains" + } +} From 72021a82f1c9ad9b96d7001fe6d54f281dc660cd Mon Sep 17 00:00:00 2001 From: Guernesey Date: Thu, 19 Mar 2026 15:09:32 +0100 Subject: [PATCH 5/6] Create ut1sensitive.json blocklist Add a new blocklist for UT1 bundle sensitive categories. --- blocklists/ut1sensitive.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 blocklists/ut1sensitive.json diff --git a/blocklists/ut1sensitive.json b/blocklists/ut1sensitive.json new file mode 100644 index 0000000..5f1760a --- /dev/null +++ b/blocklists/ut1sensitive.json @@ -0,0 +1,9 @@ +{ + "name": "UT1 bundle sensitive", + "website": "https://github.com/Guernesey/utonextdns", + "description": "Combined UT1 categories: agressif, drogue, lingerie, sexual_education, dating, celebrity, mixed_adult", + "source": { + "url": "https://raw.githubusercontent.com/Guernesey/utonextdns/main/dist/UT1-sensitive.txt", + "format": "domains" + } +} From be3f46f570fb5483434a66bc965c872e3b21ae08 Mon Sep 17 00:00:00 2001 From: Guernesey Date: Thu, 19 Mar 2026 15:10:56 +0100 Subject: [PATCH 6/6] Add UT1 bundle shopping blocklist JSON file --- blocklists/ut1shopping.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 blocklists/ut1shopping.json diff --git a/blocklists/ut1shopping.json b/blocklists/ut1shopping.json new file mode 100644 index 0000000..4c63f0e --- /dev/null +++ b/blocklists/ut1shopping.json @@ -0,0 +1,9 @@ +{ + "name": "UT1 bundle shopping", + "website": "https://github.com/Guernesey/utonextdns", + "description": "Combined UT1 categories: shopping", + "source": { + "url": "https://raw.githubusercontent.com/Guernesey/utonextdns/main/dist/UT1-shopping.txt", + "format": "domains" + } +}