mirror of
https://github.com/SukkaW/Surge.git
synced 2026-04-30 01:46:57 +08:00
Update CDN/Reject/Download Hosts & Remove Outdaed/Dead 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:
@@ -35,7 +35,7 @@ const HOSTNAMES = [
|
||||
//
|
||||
// By having lancache.steamcontent.com in Real IP, we can avoid Steam client accidentally mistaking
|
||||
// the Fake IP as a local LAN cache. This also helps real LAN cache to work properly.
|
||||
'lancache.steamcontent.com',
|
||||
'lancache.steamcontent.com'
|
||||
// 'controlplane.tailscale.com',
|
||||
// NTP
|
||||
// 'time.*.com', 'time.*.gov', 'time.*.edu.cn', 'time.*.apple.com', 'time?.*.com', 'ntp.*.com', 'ntp?.*.com', '*.time.edu.cn', '*.ntp.org.cn', '*.pool.ntp.org'
|
||||
@@ -44,16 +44,7 @@ const HOSTNAMES = [
|
||||
// 'localhost.*.qq.com'
|
||||
// 'localhost.ptlogin2.qq.com
|
||||
// 'localhost.sec.qq.com',
|
||||
// 'localhost.work.weixin.qq.com',
|
||||
'127.*.*.*.sslip.io',
|
||||
'127-*-*-*.sslip.io',
|
||||
'*.127.*.*.*.sslip.io',
|
||||
'*-127-*-*-*.sslip.io',
|
||||
'127.*.*.*.nip.io',
|
||||
'127-*-*-*.nip.io',
|
||||
'*.127.*.*.*.nip.io',
|
||||
'*-127-*-*-*.nip.io',
|
||||
'127.atlas.skk.moe'
|
||||
// 'localhost.work.weixin.qq.com'
|
||||
];
|
||||
|
||||
export const buildAlwaysRealIPModule = task(require.main === module, __filename)(async (span) => {
|
||||
|
||||
Reference in New Issue
Block a user