勾选禁用QUIC 但淘宝阿里的443 QUIC还是进来了 发现是V6方向的 #5125
Replies: 1 comment 1 reply
|
现在换了方法解决 在开发者选项里加了屏蔽V6方向QUIC的防火墙规则 也正常了 感觉可能我路由防火墙本身也有问题 FW4和iptable都有 导致漏了 LOG_OUT "Tip: Start Add Custom Firewall Rules..." if command -v nft >/dev/null 2>&1 && nft list table inet fw4 >/dev/null 2>&1; then exit 0 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
目前只能给V6开启绕过大陆来解决 版本是v0.47.090 内核alpha-g2d94970
All reactions