BeyondDimension / BeyondDimension/SteamTools

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

Open
#3,517 1 comment 0 reactions 1 assignee Claimed by @rmbadmin View on GitHub
bug
Dominant language
C#
Stars
26.8k
Forks
1.7k
PR merge metrics
No merged PRs in 30d

Description

### 🐛 描述

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

### 🖼 截图

![图片](https://github.com/user-attachments/assets/76d6dd9e-73b8-4fbc-b0d4-a9750cf13571)

### 🚑 其他信息

- 处理器体系结构:x64
- 系统版本号:Windows 11 23H2 (内部版本号22635.4300)
- 下载渠道:Github
- 程序版本:3.0.0-rc.11
- 是否包含独立运行时:否

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.