-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
sing-box v1.11系列,微信聊天无法发送图片 #2492
Comments
same |
it perhaps wechat images sent through "inbounds": [
{
"type": "tun",
"tag": "tun-in",
"mtu": 1492,
"address": [
"172.16.0.1/30",
"fd00::1/126"
],
"auto_route": true,
"strict_route": true,
"route_exclude_address_set": "geoip-cn",
"stack": "system"
}
],
and the last router rules might be wrong?divide rule-set into "geoip-cn",and other domain {
"rule_set": [
"geolocation-cn",
"geosite-tencent-cn",
"geosite-bilibili-cn",
"geosite-youku",
"geosite-iqiyi",
"geosite-amazon-cn",
"geosite-apple-cn",
"geosite-aws-cn",
"geosite-bing-cn"
],
"outbound": "direct"
},
{
"rule_set":"geoip-cn",
"outbound": "direct"
} |
@AtticusZeller Thank you for your reply. It's said that Ref: https://sing-box.sagernet.org/configuration/inbound/tun/#__tabbed_2_2 |
@choicky That's TRUE.Here is my configuration settings across different platforms:
|
No minimal reproducible PoC and no log so no investigation. May be #932. |
操作系统
Windows
系统版本
Windows 11, 23H2
安装类型
sing-box 原始命令行程序
如果您使用图形客户端程序,请提供该程序版本。
No response
版本
描述
sing-box v.1.11系列的各beta版本,
sing-box.exe run -c config.json
的方式运行。微信聊天时,无法成功发送图片;将前述for v1.11的配置文件改为兼容 v.1.10正式版之后,使用 sing-box v.1.10正式版运行时,微信聊天时能正常发送图片;
将前述兼容 v.10正式版的配置文件,使用 sing-box v.1.11各beta版
sing-box.exe run -c config.json
时,微信聊天依然不能正常发送图片。重现方式
sing-box v.1.11系列的版本,
sing-box.exe run -c config.json
的方式运行。下面为
config.json
的完整内容:日志
支持我们
完整性要求
The text was updated successfully, but these errors were encountered: