Browse Source

Update Global & Reject Hosts

SukkaW 4 months ago
parent
commit
c70804db3b
3 changed files with 34 additions and 12 deletions
  1. 13 0
      Source/domainset/reject.conf
  2. 0 12
      Source/non_ip/global.conf
  3. 21 0
      Source/non_ip/global.ts

+ 13 - 0
Source/domainset/reject.conf

@@ -126,6 +126,19 @@ bad.third-party.site
 .clashcn.bid
 .mihomoparty.net
 .mihomoparty.com
+# Wikimedia Foundtion is a scam, do not donate to them
+# There are shit loads of active volunteers and editors who never receive support from the foundation
+# While the Jimmy Wales and his friends are buying fancy cars and mansions and vacation at the south of France
+# Donate to Z-Library instead.
+donate.wikimedia.org
+# Mozilla Foundation is a lie, do not donate to them
+# They fired Brendan Eich, the buyer of the mozilla.org domian, the inventor of JavaScript, former Mozilla CTO and CEO
+# They fired him because of LGBTQ non-sense and bullsh*t. And Mozilla since has went into a doom, inventing Rust and Servo,
+# starting Quantum project, and non of them ever get into the Mozilla Firefox, and they simply get rid of the Servo Team
+# They also fired the entire MDN Team and exiled them to the community w/o paying them.
+# While Brendan Eich even find a way to intergrate Crypto into a browser and make it profitable, I bet if he never got fired
+# the Mozilla Firefox would never be such a disaster today.
+.mozillafoundation.org
 # Rest of Malware / Scam
 .hubside.fr
 .funnull.com

+ 0 - 12
Source/non_ip/global.conf

@@ -1277,26 +1277,14 @@ DOMAIN-SUFFIX,wdfiles.com
 DOMAIN-SUFFIX,whoer.cc
 DOMAIN-SUFFIX,whoer.com
 DOMAIN-SUFFIX,wiki2.org
-DOMAIN-SUFFIX,wikibooks.org
-DOMAIN-SUFFIX,wikidata.org
 DOMAIN-SUFFIX,wikidot.com
 DOMAIN-SUFFIX,wikihow.com
 DOMAIN-SUFFIX,wikileaks.org
-DOMAIN-SUFFIX,wikimedia.org
-DOMAIN-SUFFIX,wikinews.org
-DOMAIN-SUFFIX,wikipedia.com
-DOMAIN-SUFFIX,wikipedia.org
-DOMAIN-SUFFIX,wikiquote.org
-DOMAIN-SUFFIX,wikisource.org
-DOMAIN-SUFFIX,wikiversity.org
-DOMAIN-SUFFIX,wikivoyage.org
 DOMAIN-SUFFIX,wikiwand.com
-DOMAIN-SUFFIX,wiktionary.org
 DOMAIN-SUFFIX,wireshark.org
 DOMAIN-SUFFIX,windy.com
 DOMAIN-SUFFIX,wireguard.com
 DOMAIN-SUFFIX,wix.com
-DOMAIN-SUFFIX,wmfusercontent.org
 DOMAIN-SUFFIX,wnacg.com
 DOMAIN-SUFFIX,wordpress.com
 DOMAIN-SUFFIX,wordpress.org

+ 21 - 0
Source/non_ip/global.ts

@@ -123,5 +123,26 @@ export const GLOBAL: Record<string, DNSMapping> = {
       'cloudflarestatus.com',
       'cloudflareaccess.com'
     ]
+  },
+  WIKIMEDIA: {
+    hosts: {},
+    dns: 'https://wikimedia-dns.org/dns-query',
+    realip: false,
+    ruleset: false,
+    domains: [
+      'wikibooks.org',
+      'wikidata.org',
+      'wikimedia.org',
+      'wikimediafoundation.org',
+      'wikinews.org',
+      'wikipedia.com',
+      'wikipedia.org',
+      'wikiquote.org',
+      'wikisource.org',
+      'wikiversity.org',
+      'wikivoyage.org',
+      'wiktionary.org',
+      'wmfusercontent.org'
+    ]
   }
 };