diff --git a/config/stash/mrs-test.yaml b/config/stash/mrs-test.yaml index e8099a1..1dd88e5 100644 --- a/config/stash/mrs-test.yaml +++ b/config/stash/mrs-test.yaml @@ -21,6 +21,26 @@ dns: - '*.lan' - '*.local' - 'geosite:private' + #STUN 是 WebRTC、语音通话、游戏联机用来做 **NAT 穿透** 的 UDP 协议(视频通话、Discord、游戏 P2P、IP 探测都在用) + - '+.stun.*.*' + - '+.stun.*.*.*' + - '+.stun.*.*.*.*' + - '+.stun.*.*.*.*.*' + # Google Voices + - 'lens.l.google.com' + # Nintendo Switch + - '*.n.n.srv.nintendo.net' + # PlayStation + - '+.stun.playstation.net' + # XBox + - 'xbox.*.*.microsoft.com' + - '*.*.xboxlive.com' + # Microsoft NCSI网络探测 + - '*.msftncsi.com' + - '*.msftconnecttest.com' + - '+.ssr.ee' + - '+.sswiwi.com' + - 'geosite:cn' #- "rule-set:salem@cn,GitHub,fake-ip-filter" 官方wiki没有说明,豆包说不支持 use-hosts: true use-system-hosts: false