mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2026-05-09 18:11:26 +08:00
Improve: add workgroup to default fake-ip-filter
This commit is contained in:
@@ -17,22 +17,25 @@ var (
|
|||||||
// Google Voices
|
// Google Voices
|
||||||
"lens.l.google.com",
|
"lens.l.google.com",
|
||||||
|
|
||||||
// Nintendo Switch
|
// Nintendo Switch STUN
|
||||||
"*.n.n.srv.nintendo.net",
|
"*.n.n.srv.nintendo.net",
|
||||||
|
|
||||||
// PlayStation
|
// PlayStation STUN
|
||||||
"+.stun.playstation.net",
|
"+.stun.playstation.net",
|
||||||
|
|
||||||
// XBox
|
// XBox
|
||||||
"xbox.*.*.microsoft.com",
|
"xbox.*.*.microsoft.com",
|
||||||
"*.*.xboxlive.com",
|
"*.*.xboxlive.com",
|
||||||
|
|
||||||
// Microsoft
|
// Microsoft Captive Portal
|
||||||
"*.msftncsi.com",
|
"*.msftncsi.com",
|
||||||
"*.msftconnecttest.com",
|
"*.msftconnecttest.com",
|
||||||
|
|
||||||
// Bilibili CDN
|
// Bilibili CDN
|
||||||
"*.mcdn.bilivideo.cn",
|
"*.mcdn.bilivideo.cn",
|
||||||
|
|
||||||
|
// Windows Default LAN WorkGroup
|
||||||
|
"WORKGROUP",
|
||||||
}
|
}
|
||||||
defaultFakeIPRange = "28.0.0.0/8"
|
defaultFakeIPRange = "28.0.0.0/8"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user