mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-13 17:50:34 +08:00
Update CDN & Reject & Global Hosts
This commit is contained in:
parent
fe06774a19
commit
98d37c3749
@ -3,7 +3,6 @@ export const DEBUG_DOMAIN_TO_FIND: string | null = null; // example.com | null
|
||||
type HostsSource = [main: string, mirrors: string[] | null, includeAllSubDomain: boolean];
|
||||
|
||||
export const HOSTS: HostsSource[] = [
|
||||
// have not been updated for more than a year, so we set a 14 days cache ttl
|
||||
['https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt', null, true],
|
||||
['https://raw.githubusercontent.com/jerryn70/GoodbyeAds/master/Extension/GoodbyeAds-Xiaomi-Extension.txt', null, false],
|
||||
['https://raw.githubusercontent.com/jerryn70/GoodbyeAds/master/Extension/GoodbyeAds-Huawei-AdBlock.txt', null, false]
|
||||
@ -187,6 +186,20 @@ export const ADGUARD_FILTERS: AdGuardFilterSource[] = [
|
||||
'https://ublockorigin.pages.dev/filters/unbreak.min.txt'
|
||||
]
|
||||
]
|
||||
//
|
||||
// [
|
||||
// 'https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareAdGuardHome.txt',
|
||||
// [
|
||||
// 'https://adguardteam.github.io/HostlistsRegistry/assets/filter_12.txt'
|
||||
// ]
|
||||
// ]
|
||||
// Stalkerware
|
||||
// [
|
||||
// 'https://raw.githubusercontent.com/AssoEchap/stalkerware-indicators/master/generated/hosts',
|
||||
// [
|
||||
// 'https://adguardteam.github.io/HostlistsRegistry/assets/filter_31.txt'
|
||||
// ]
|
||||
// ]
|
||||
];
|
||||
|
||||
export const ADGUARD_FILTERS_WHITELIST: AdGuardFilterSource[] = [
|
||||
@ -450,6 +463,7 @@ export const PREDEFINED_WHITELIST = [
|
||||
'.lcy.llnw.net', // There is no point in adding these, many subdomains are dead anyway
|
||||
'repo.huaweicloud.com', // urlhaus
|
||||
'.hubspotlinks.com', // Peter Lowe Hosts
|
||||
'.data.microsoft.com.akadns.net', // window blocker
|
||||
|
||||
// Expired domains
|
||||
'.expobarrio.com',
|
||||
|
||||
@ -1176,6 +1176,7 @@ sdk.customfit.ai
|
||||
.uicdn.net
|
||||
widget.docsbot.ai
|
||||
cdn.quickemailverification.com
|
||||
cdn.leandata.com
|
||||
|
||||
checkout-sdk.bigcommerce.com
|
||||
cdn1.bigcommerce.com
|
||||
@ -4021,3 +4022,4 @@ static.bravoporn.com
|
||||
cdn.xvidzz.com
|
||||
fdn.gsmarena.com
|
||||
fdn2.gsmarena.com
|
||||
static.fbot.me
|
||||
|
||||
@ -450,10 +450,12 @@ DOMAIN-SUFFIX,us
|
||||
DOMAIN-SUFFIX,ws
|
||||
# gTLD
|
||||
DOMAIN-SUFFIX,app
|
||||
DOMAIN-SUFFIX,aws
|
||||
DOMAIN-SUFFIX,blog
|
||||
DOMAIN-SUFFIX,cafe
|
||||
DOMAIN-SUFFIX,community
|
||||
DOMAIN-SUFFIX,dev
|
||||
DOMAIN-SUFFIX,edu
|
||||
DOMAIN-SUFFIX,gle
|
||||
DOMAIN-SUFFIX,goog
|
||||
DOMAIN-SUFFIX,google
|
||||
|
||||
@ -271,6 +271,7 @@ DOMAIN,dns.weixin.qq.com
|
||||
DOMAIN,dns.weixin.qq.com.cn
|
||||
DOMAIN,aedns.weixin.qq.com
|
||||
DOMAIN,httpdns.kg.qq.com
|
||||
DOMAIN,dns.wechat.com
|
||||
IP-CIDR,42.81.232.18/32,no-resolve
|
||||
IP-CIDR,42.187.182.106/32,no-resolve
|
||||
IP-CIDR,42.187.182.123/32,no-resolve
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user