BeyondDimension / BeyondDimension/SteamTools
🐛[BUG] 请输入标题
- Dominant language
- C#
- Stars
- 26.8k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
## 请认真检查以下清单中的每一项
- [x] 已经搜索过,没有发现类似的 issue
- [x] 已经搜索过文档,没有发现相关内容
- [x] 已经尝试使用过最新版,问题依旧存在
- [x] 使用的是官方版本(未替换及修改过安装目录程序文件)
### 🐛 描述
使用“System”模式进行本地反代,不论Watt Toolkit中设置的代理监听IP地址是`127.0.0.1`还是`0.0.0.0`,Watt Toolkit向系统的代理设置写入的代理IP地址都是`0.0.0.0`,这是非法的目的地址,导致无法正常通过代理上网。
### 📷 复现步骤
1. 安装Watt Toolkit,并完成证书配置、权限相关操作,确保Hosts模式的反代能够正常工作。
2. 修改到System模式进行反代,启动加速,此时浏览器都提示网站无法连接。
3. 查看系统中的代理地址,得到的是`0.0.0.0`。
4. 通过手动修改系统中的代理设置,将代理地址(目的地址)改为`127.0.0.1`,然后网站能够正常连接。
5. 关闭并重新打开加速,此时浏览器都提示网站无法连接。
6. 切换Watt Toolkit中的代理监听IP地址设置(`127.0.0.1`和`0.0.0.0`),重复测试,故障稳定复现,手动改正系统中的代理地址会在下一次启动加速时被覆盖为`0.0.0.0`。
### 📄 日志信息
### 🖼 截图
### 🚑 其他信息
- 处理器体系结构:x64
- 系统版本号:Ubuntu 24.04.3 LTS
- 下载渠道:官网
- 程序版本:3.0.0-rc16
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the issue in System mode with the proxy listening on 127.0.0.1 and 0.0.0.0, then inspect the linked nlog-all-2026-01-24.log from the Logs folder. Trace where Watt Toolkit writes the system proxy address; done means the system uses a valid local destination and does not revert to 0.0.0.0 after acceleration is restarted.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- networking, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100