Update Reject & Global 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-12 00:36:02 +08:00
parent 734e6182e1
commit 5148bcea5a
3 changed files with 10 additions and 3 deletions

View File

@@ -130,8 +130,10 @@ export const GLOBAL: Record<string, DNSMapping> = {
realip: false,
ruleset: false,
domains: [
'mediawiki.org',
'wikibooks.org',
'wikidata.org',
'wikifunctions.org',
'wikimedia.org',
'wikimediafoundation.org',
'wikinews.org',
@@ -142,7 +144,8 @@ export const GLOBAL: Record<string, DNSMapping> = {
'wikiversity.org',
'wikivoyage.org',
'wiktionary.org',
'wmfusercontent.org'
'wmfusercontent.org',
'w.wiki'
]
}
};