Skip to content
Snippets Groups Projects
Commit 7e46d751 authored by kr328's avatar kr328
Browse files

Chore: update default fake-ip-filter

parent 87f96b9e
No related branches found
No related tags found
No related merge requests found
......@@ -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"
)
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