This commit is contained in:
Conners Hua 2021-03-08 22:04:19 +08:00
parent 45076dcfba
commit 0ffbf20463
2 changed files with 6 additions and 6 deletions

View File

@ -42,9 +42,9 @@ show-error-page-for-reject = true
always-real-ip = msftconnecttest.com, msftncsi.com, *.msftconnecttest.com, *.msftncsi.com, *.srv.nintendo.net, *.stun.playstation.net, xbox.*.microsoft.com, *.xboxlive.com
[Replica]
hide-apple-request=0
hide-crashlytics-request=1
hide-udp=0
hide-apple-request = 0
hide-crash-reporter-request = 1
hide-udp = 0
[Proxy]
🌐Direct = direct

View File

@ -66,11 +66,11 @@ force-http-engine-hosts = *.ott.cibntv.net,123.59.31.1,119.18.193.135,122.14.246
[Replica]
# 0 为关闭1 为开启
# > 隐藏 Apple 请求
hide-apple-request=0
hide-apple-request = 0
# > 隐藏崩溃追踪器请求
hide-crash-reporter-request=1
hide-crash-reporter-request = 1
# > 隐藏 UDP 会话
hide-udp=0
hide-udp = 0
# > 关键词过滤器
# none关闭关键词过滤器 / whitelistblacklist仅记录包含关键字的请求 / blacklist仅记录不包含关键字的请求 / pattern匹配通配符的请求
# keyword-filter-type = none