-
-
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
最新版使用 fakeipDNS 时,国内直连网址不通 #2572
Comments
你用假的IP来直连怎么连的上啊,假IP给代理用的。
|
1.11 的 FakeIP 是可以这样的用的,新版难道改了不能了? |
1.11用默认的出站链接DNS,就你配置的漏网之鱼链接8888 |
我等 FakeIP 修复再试了🥲 |
"dns": {
"servers": [
{
"type": "udp",
"server": "8.8.8.8",
"detour": "outside"
},
{
"tag": "fakeip",
"inet4_range": "198.18.0.0/15",
"inet6_range": "fc00::/18",
"type": "fakeip"
},
{
"tag": "ali",
"type": "udp",
"server": "223.5.5.5",
// "detour": "direct"
}
大师,是说这样吗 |
确实是有此问题。目前可以 workaround {
"dns": {
"servers": [
{ "tag": "local", "type": "local", "detour": "direct" },
{ "tag": "fakeip", "type": "fakeip", "inet4_range": "198.18.0.0/15", "inet6_range": "fc00::/18" }
],
"rules": [
{ "process_name": "sing-box", "server": "local" }, // avoid direct outbound be solved by fakeip
{ "query_type": ["A", "AAAA"], "server": "fakeip" }
],
"strategy": "prefer_ipv4",
"independent_cache": true
}
} |
操作系统
Android
系统版本
MIUI 14 Android 13
安装类型
sing-box for Android 图形客户端程序
如果您使用图形客户端程序,请提供该程序版本。
1.12.0-alpha.4
版本
描述
使用 fakeip DNS 时,国内直连网址不通,
baidu.com 和 qq.com 等国内直连网址均访问失败
国外网址访问正常
似乎是 direct 有问题
重现方式
日志
支持我们
完整性要求
The text was updated successfully, but these errors were encountered: