v2rayNG icon indicating copy to clipboard operation
v2rayNG copied to clipboard

DNS-over-QUIC 端口错误

Open wengzhenquan opened this issue 4 months ago • 1 comments

远程dns,上面写可以支持(udp/tcp/https/quic),我输入quic://94.140.15.15,日志里面端口自动补53,我手动写端口,quic://94.140.15.15:853,结果补成quic://94.140.15.15:853:53。 quic协议的端口是853,可是总会自动补53

预期行为

quic端口为853

实际行为

自动在末尾补53端口

日志信息

--------- beginning of main 10-15 01:48:12.032 I/GoLog (15902): loading core config 10-15 01:48:12.033 I/GoLog (15902): Preparing Domain: 103.150.8.172:4433 10-15 01:48:12.035 I/GoLog (15902): Prepare Result: 10-15 01:48:12.035 I/GoLog (15902): Domain: 103.150.8.172 10-15 01:48:12.035 I/GoLog (15902): Port: 4433 10-15 01:48:12.035 I/GoLog (15902): IPs: [103.150.8.172] 10-15 01:48:13.915 I/GoLog (15902): new core 10-15 01:48:13.916 I/GoLog (15902): [Debug] app/log: Logger started 10-15 01:48:14.119 I/GoLog (15902): [Info] app/dns: DNS: created Remote DOH client for https://1.0.0.2/dns-query 10-15 01:48:14.119 I/GoLog (15902): [Info] app/dns: DNS: created UDP client initialized for quic://94.140.15.15:853:53 10-15 01:48:14.119 I/GoLog (15902): [Info] app/dns: DNS: created Remote DOH client for https://1.0.0.2/dns-query 10-15 01:48:14.145 I/GoLog (15902): [Info] app/dns: DNS: created UDP client initialized for 223.5.5.5:53

通过adb logcat -s com.v2ray.ang GoLog V2rayConfigUtilGoLog Main获取日志。请自行删减日志中可能出现的敏感信息。

如果问题可重现,建议先执行adb logcat -c清空系统日志再执行上述命令,再操作重现问题。

在这里粘贴日志

环境信息

额外信息(可选)

wengzhenquan avatar Oct 14 '24 17:10 wengzhenquan