-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed as not planned
Closed as not planned
Copy link
Description
during writing serverless-for-Iran-config I encountered this bug, and unfortunately, my work was delayed again.
Reproduction Method:
- open New-incognito-tab in chrome-android, and go to "cloudflare-quic.com"
- refresh the page until "HTTP/3" is shown, this show that "cloudflare-quic.com" and "quic" protocol is not block, and everything is working without VPN.
- import this config to v2rayNG and turn on the VPN
- refresh the page, the "HTTP/2" is shown, indicating that the UDP connection is down.
- even if you close chrome and open New-incognito-tab and go to "cloudflare-quic.com" again and refresh, "HTTP/2" is still shown, i try this procedure many times, but as long as the VPN is on, "HTTP/3" is not displayed.
- after turn off VPN (and close chrome and open new-incognito-tab) everything returns to normal and "HTTP/3" is displayed.
///
Tips:
- you should open incognito tab instead of normal tab, otherwise chrome-cache affects the results.
- if you replace
fakednswith1.1.1.1and turn off sniffing, The problem will not occur: https://github.com/patterniha/bug-test/blob/main/NO-BUG-no-sniff.json - or if you use
"redirect": "188.114.98.0:0"(or other cloudflare-ip), the problem will not occur: https://github.com/patterniha/bug-test/blob/main/NO-BUG-redirect.json
Conclusion:
the Reproduction-Method and Tips2-3 indicates that something is wrong when connection is UDP and address is domain and outbound is freedom (probably something is wrong with freedom.go)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels