Skip to content

question about config migration #2521

Description

@sshcomm

Operating system

Windows

System version

windows 10

Installation type

Third-party graphical clients that advertise themselves as using sing-box (Windows)

If you are using a graphical client, please provide the version of the client.

v2rayn

Description

Hello, I used the following dns configuration in the v2rayn program, it worked properly before the stable version 1.11.0. I also tried to apply the changes according to the site's documentation, but it doesn't work. Please change my template, one with the new version 1.11.0 and one with 1.12.0.
{
"log": {
"level": "warn",
"timestamp": true
},
"dns": {
"servers": [
{
"tag": "remote",
"address": "https://1.1.1.1/dns-query",
"strategy": "ipv4_only",
"detour": "proxy"
},
{
"tag": "local",
"address": "8.8.8.8",
"detour": "direct"
},
{
"tag": "block",
"address": "rcode://success"
},
{
"tag": "local_local",
"address": "8.8.8.8",
"detour": "direct"
}
],
"rules": [
{
"server": "remote",
"clash_mode": "Global"
},
{
"server": "local_local",
"clash_mode": "Direct"
},
{
"server": "local",
"domain_regex": [
".\u002B.cdn[0-9]\u002B.cloud"
]
}
],
"final": "remote"
},
"inbounds": [
{
"type": "tun",
"tag": "tun-in",
"interface_name": "singbox_tun",
"address": [
"172.18.0.1/30"
],
"mtu": 9000,
"auto_route": true,
"strict_route": true,
"stack": "gvisor",
"sniff": true
}
],
"outbounds": [
{
"type": "socks",
"tag": "proxy",
"server": "127.0.0.1",
"server_port": 10808,
"version": "5"
},
{
"type": "direct",
"tag": "direct"
},
{
"type": "block",
"tag": "block"
},
{
"type": "dns",
"tag": "dns_out"
}
],
"route": {
"auto_detect_interface": true,
"rules": [
{
"outbound": "proxy",
"clash_mode": "Global"
},
{
"outbound": "direct",
"clash_mode": "Direct"
},
{
"outbound": "dns_out",
"protocol": [
"dns"
]
},
{
"outbound": "dns_out",
"port": [
53
],
"process_name": [
"wv2ray.exe",
"v2ray.exe",
"v2ray.exe",
"xray.exe",
"wxray.exe",
"mihomo-windows-amd64-compatible.exe",
"mihomo-windows-amd64.exe",
"mihomo-linux-amd64.exe",
"mihomo.exe",
"clash.exe",
"hysteria-windows-amd64.exe",
"hysteria.exe",
"naiveproxy.exe",
"naive.exe",
"tuic-client.exe",
"tuic.exe",
"juicity-client.exe",
"juicity.exe",
"hysteria-windows-amd64.exe",
"hysteria-linux-amd64.exe",
"hysteria.exe"
]
},
{
"outbound": "direct",
"process_name": [
"wv2ray.exe",
"v2ray.exe",
"v2ray.exe",
"xray.exe",
"wxray.exe",
"mihomo-windows-amd64-compatible.exe",
"mihomo-windows-amd64.exe",
"mihomo-linux-amd64.exe",
"mihomo.exe",
"clash.exe",
"hysteria-windows-amd64.exe",
"hysteria.exe",
"naiveproxy.exe",
"naive.exe",
"tuic-client.exe",
"tuic.exe",
"sing-box-client.exe",
"sing-box.exe",
"juicity-client.exe",
"juicity.exe",
"hysteria-windows-amd64.exe",
"hysteria-linux-amd64.exe",
"hysteria.exe"
]
},
{
"outbound": "block",
"network": [
"udp"
],
"port": [
443
]
},
{
"outbound": "proxy",
"port_range": [
"0:65535"
]
}
],
"rule_set": []
},
"experimental": {
"cache_file": {
"enabled": true,
"path": "C:\v2rayN-With-Core\v2rayN-With-Core\guiConfigs\cache.db"
},
"clash_api": {
"external_controller": "127.0.0.1:10814"
}
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions