Skip to content
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

🐛[BUG] System代理模式下,代理监听ip地址不生效 #3517

Open
yang2019901 opened this issue Oct 15, 2024 · 0 comments
Open

🐛[BUG] System代理模式下,代理监听ip地址不生效 #3517

yang2019901 opened this issue Oct 15, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@yang2019901
Copy link

🐛 描述

在使用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!

📷 复现步骤

  1. 打开watt toolkit,网络加速-加速设置-加速模式选为System
  2. 代理设置中设置"代理监听ip地址"为0.0.0.0
  3. 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| 

🖼 截图

图片

🚑 其他信息

  • 处理器体系结构:x64
  • 系统版本号:Windows 11 23H2 (内部版本号22635.4300)
  • 下载渠道:Github
  • 程序版本:3.0.0-rc.11
  • 是否包含独立运行时:否
@yang2019901 yang2019901 added the bug Something isn't working label Oct 15, 2024
@rmbadmin rmbadmin self-assigned this Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants