Replies: 2 comments
-
DNS勾选了“使用系统host”,自动配置系统代理+V3-绕过大陆。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
我最近也发现了这个问题。 经测试发现连接hy2节点后电脑会出现dns的配置问题,以至于重启后仍然不能解决,只能通过 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
预期情况
用了Hysteria2协议应该正确解析本地域名
实际情况
用了Hysteria2协议无法正确解析本地域名,DNS勾选了”使用系统host“,但是本地域名连接的是外网,其他网站可以正常打开正常,但是报错一直有,并且没有显示连接信息,而用vless协议,一切正常,无报错,本地域名也正确解析
复现方法
电脑win10 21h2版本
已关闭防火墙
DNS勾选了“使用系统host”,自动配置系统代理+V3-绕过大陆
日志信息
2025-02-21 09:52:09 ERROR [2297304977 113ms] connection: open outbound connection: dial tcp 127.0.0.1:14013: connectex: No connection could be made because the target machine actively refused it.
2025-02-21 09:53:23 ERROR [1693776021 0ms] connection: open outbound connection: operation not permitted.
2025-02-21 09:55:02 ERROR [3263399943 2m0s] connection: connection download closed: raw-read tcp 192.168.0.108:2652->101.91.37.37:443: An existing connection was forcibly closed by the remote host.
2025-02-21 10:00:25 ERROR [2845767134 1.16s] inbound/mixed[socks]: process connection from 127.0.0.1:3596: write tcp 127.0.0.1:10808->127.0.0.1:3596: wsasend: An established connection was aborted by the software in your host machine.
LOG日志:
2025-02-21 09:12:08.3054-DEBUG
2025-02-21 09:12:08.3054-ERROR System.IO.IOException: net_io_readfailure, 远程主机强迫关闭了一个现有的连接。
2025-02-21 09:12:13.0878-DEBUG DownloadService,net_http_ssl_connection_failed
2025-02-21 09:12:13.0878-DEBUG at System.Net.Http.ConnectHelper.EstablishSslConnectionAsync(SslClientAuthenticationOptions sslOptions, HttpRequestMessage request, Boolean async, Stream stream, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.GetStringAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
at ServiceLib.Common.HttpClientHelper.GetAsync(HttpClient client, String url, CancellationToken token) in /home/runner/work/v2rayN/v2rayN/v2rayN/ServiceLib/Common/HttpClientHelper.cs:line 50
at ServiceLib.Services.DownloadService.DownloadStringAsync(String url, Boolean blProxy, String userAgent, Int32 timeout) in /home/runner/work/v2rayN/v2rayN/v2rayN/ServiceLib/Services/DownloadService.cs:line 177
2025-02-21 09:12:13.0878-ERROR System.IO.IOException: net_io_readfailure, 远程主机强迫关闭了一个现有的连接。
2025-02-21 09:12:16.7629-DEBUG DownloadService,net_http_ssl_connection_failed
2025-02-21 09:12:16.7629-DEBUG at ServiceLib.Common.DownloaderHelper.<>c.b__3_0(Object sender, AsyncCompletedEventArgs value) in /home/runner/work/v2rayN/v2rayN/v2rayN/ServiceLib/Common/DownloaderHelper.cs:line 44
at Downloader.AbstractDownloadService.OnDownloadFileCompleted(AsyncCompletedEventArgs e) in C:\Users\bezzad\source\repos\Personal\Downloader\src\Downloader\AbstractDownloadService.cs:line 441
at Downloader.DownloadService.SendDownloadCompletionSignal(DownloadStatus state, Exception error) in C:\Users\bezzad\source\repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 98
at Downloader.DownloadService.StartDownload(Boolean forceBuildStorage) in C:\Users\bezzad\source\repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 75
at Downloader.DownloadService.StartDownload(Boolean forceBuildStorage) in C:\Users\bezzad\source\repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 80
at Downloader.AbstractDownloadService.DownloadFileTaskAsync(String[] urls, CancellationToken cancellationToken) in C:\Users\bezzad\source\repos\Personal\Downloader\src\Downloader\AbstractDownloadService.cs:line 214
at ServiceLib.Common.DownloaderHelper.DownloadStringAsync(IWebProxy webProxy, String url, String userAgent, Int32 timeout) in /home/runner/work/v2rayN/v2rayN/v2rayN/ServiceLib/Common/DownloaderHelper.cs:line 49
at ServiceLib.Common.DownloaderHelper.DownloadStringAsync(IWebProxy webProxy, String url, String userAgent, Int32 timeout) in /home/runner/work/v2rayN/v2rayN/v2rayN/ServiceLib/Common/DownloaderHelper.cs:line 54
at ServiceLib.Services.DownloadService.DownloadStringViaDownloader(String url, Boolean blProxy, String userAgent, Int32 timeout) in /home/runner/work/v2rayN/v2rayN/v2rayN/ServiceLib/Services/DownloadService.cs:line 208
2025-02-21 09:12:16.7629-ERROR System.Net.Http.HttpRequestException: net_http_ssl_connection_failed
2025-02-21 09:12:18.6886-DEBUG TaskScheduler_UnobservedTaskException,TaskExceptionHolder_UnhandledException (net_io_readfailure, 远程主机强迫关闭了一个现有的连接。)
额外信息
我确认已更新至最新版本
我确认已查询历史issues
Beta Was this translation helpful? Give feedback.
All reactions