-
Notifications
You must be signed in to change notification settings - Fork 30.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why don't handle source port and destination port? #284
Comments
Port and destination is in vless header. And worker runtime not support udp yet. |
So vless sends UDP datas after processing, thus it also lacks a checksum? |
and no need to use DOH, because some public dns like google 8.8.8.8 open a tcp port 53 to handle dns request, so |
You are right. In the init implementation, I used 8.8.8.8 for dns, but change to cf doh for speed. |
edgetunnel/src/worker-vless.js
Lines 540 to 548 in 4221293
Complete UDP messge also includes source port and destination port(total 8 bytes), but it seems they are being ignored in here.
The text was updated successfully, but these errors were encountered: