Explorar o código

Chore: update default fake-ip-filter

kr328 %!s(int64=4) %!d(string=hai) anos
pai
achega
7e46d75159
Modificáronse 1 ficheiros con 5 adicións e 2 borrados
  1. 5 2
      core/src/main/golang/native/config/defaults.go

+ 5 - 2
core/src/main/golang/native/config/defaults.go

@@ -8,17 +8,20 @@ var (
 		"1.1.1.1",
 	}
 	defaultFakeIPFilter = []string{
-		// stun services
+		// Stun Services
 		"+.stun.*.*",
 		"+.stun.*.*.*",
 		"+.stun.*.*.*.*",
+		"+.stun.*.*.*.*.*",
 
 		// Google Voices
 		"lens.l.google.com",
-		"stun.l.google.com",
 
 		// Nintendo Switch
 		"*.n.n.srv.nintendo.net",
+
+		// Bilibili CDN
+		"*.mcdn.bilivideo.cn",
 	}
 	defaultFakeIPRange = "28.0.0.0/8"
 )