Update Global & Reject Hosts
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled
Build / Remove Artifacts after Deployment (push) Has been cancelled

This commit is contained in:
SukkaW
2025-11-11 16:02:48 +08:00
parent a6cd704ab4
commit c70804db3b
3 changed files with 34 additions and 12 deletions

View File

@@ -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'
]
}
};