mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
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
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:
@@ -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'
|
||||
]
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user