Browse Source

Add fallback URLs of Dan Pollocks Hosts

SukkaW 8 months ago
parent
commit
88723eff3a
1 changed files with 7 additions and 1 deletions
  1. 7 1
      Build/constants/reject-data-source.ts

+ 7 - 1
Build/constants/reject-data-source.ts

@@ -36,7 +36,13 @@ export const HOSTS_EXTRA: HostsSource[] = [
   // Dan Pollock's hosts file, 0.0.0.0 version is 30 KiB smaller
   // Dan Pollock's hosts file, 0.0.0.0 version is 30 KiB smaller
   [
   [
     'https://proxy.cdn.skk.moe/https/someonewhocares.org/hosts/zero/hosts',
     'https://proxy.cdn.skk.moe/https/someonewhocares.org/hosts/zero/hosts',
-    ['https://someonewhocares.org/hosts/zero/hosts'],
+    [
+      'https://someonewhocares.org/hosts/zero/hosts',
+      // 2025-07-10 Dan Pollock's website begin to randomly Cloudflare Challenge.
+      // enable non-zero hosts as fallbacks.
+      'https://someonewhocares.org/hosts/hosts',
+      'https://proxy.cdn.skk.moe/https/someonewhocares.org/hosts/hosts'
+    ],
     true
     true
   ],
   ],
   // ad-wars is not actively maintained since 2023.11 due to Tencent's Legal Notice
   // ad-wars is not actively maintained since 2023.11 due to Tencent's Legal Notice