按照这个 [透明代理(TProxy)配置教程](https://xtls.github.io/document/level-2/tproxy.html) 进行的配置 可以打开 Google Play,也可以看到更新,更新不了 app,手机直接开 v2rayNG 可以更新 应该是 `QUIC` 的问题,尝试按照 [v2ray-core issue 819 里的方法](https://github.com/v2ray/v2ray-core/issues/819#issuecomment-368722465) 进行修改,删除 `"network": "tcp,udp",` 这一行重启服务没有效果,而且还有副作用 `curl -so /dev/null -w "%{http_code}" google.com -x socks5://127.0.0.1:1080` 返回 `000` 了 我的配置参考 [透明代理(TProxy)配置教程](https://xtls.github.io/document/level-2/tproxy.html) 里的方式,`mark` 我用的 `255` 大家有没有什么好的方法解决这个问题?