We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在使用watt toolkit的System代理模式时,代理监听ip地址0.0.0.0没有正确生效。 通过netstat -anop TCP(Windows Powershell)可以看到代理服务仍然只开放在127.0.0.1,网络加速-加速日志中的第一行也说明了这一点。 另外一些可能有用的信息:代理监听端口仍然可以生效,另外,之前的版本(2.8.x),代理能开放在0.0.0.0 Thanks in advance!
netstat -anop TCP
网络加速
加速日志
加速设置
加速模式
代理设置
2024-10-15 09:02:49.169|Info|KestrelServerOptEx|Listened http://127.0.0.1:26501, HTTP proxy service startup completed.| 2024-10-15 09:02:49.179|Info|Microsoft.Hosting.Lifetime|Now listening on: https://127.0.0.1:26501| 2024-10-15 09:02:49.179|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.| 2024-10-15 09:02:49.179|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production| 2024-10-15 09:02:49.179|Info|Microsoft.Hosting.Lifetime|Content root path: C:\Users\Lenovo\AppData\Local\Steam++\Plugins\Accelerator\Yarp|
The text was updated successfully, but these errors were encountered:
rmbadmin
No branches or pull requests
🐛 描述
在使用watt toolkit的System代理模式时,代理监听ip地址0.0.0.0没有正确生效。
通过
netstat -anop TCP
(Windows Powershell)可以看到代理服务仍然只开放在127.0.0.1,网络加速
-加速日志
中的第一行也说明了这一点。另外一些可能有用的信息:代理监听端口仍然可以生效,另外,之前的版本(2.8.x),代理能开放在0.0.0.0
Thanks in advance!
📷 复现步骤
网络加速
-加速设置
-加速模式
选为System代理设置
中设置"代理监听ip地址"为0.0.0.0netstat -anop TCP
查看监听端口号📄 日志信息
🖼 截图
🚑 其他信息
The text was updated successfully, but these errors were encountered: