|
@@ -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"
|
|
|
)
|
|
)
|