Skip to content
Snippets Groups Projects
Commit 5a587167 authored by kr328's avatar kr328
Browse files

Improve: add workgroup to default fake-ip-filter

parent 5149caf2
No related branches found
No related tags found
No related merge requests found
......@@ -17,22 +17,25 @@ var (
// Google Voices
"lens.l.google.com",
// Nintendo Switch
// Nintendo Switch STUN
"*.n.n.srv.nintendo.net",
// PlayStation
// PlayStation STUN
"+.stun.playstation.net",
// XBox
"xbox.*.*.microsoft.com",
"*.*.xboxlive.com",
// Microsoft
// Microsoft Captive Portal
"*.msftncsi.com",
"*.msftconnecttest.com",
// Bilibili CDN
"*.mcdn.bilivideo.cn",
// Windows Default LAN WorkGroup
"WORKGROUP",
}
defaultFakeIPRange = "28.0.0.0/8"
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment