{
    "dns": {
        "hosts": {
            "geosite:category-ads-all": "127.0.0.1",
            "domain:googleapis.cn": "googleapis.com",
            "dns.alidns.com": [
                "223.5.5.5",
                "223.6.6.6",
                "2400:3200::1",
                "2400:3200:baba::1"
            ],
            "one.one.one.one": [
                "1.1.1.1",
                "1.0.0.1",
                "2606:4700:4700::1111",
                "2606:4700:4700::1001"
            ],
            "dot.pub": [
                "1.12.12.12",
                "120.53.53.53"
            ],
            "dns.google": [
                "8.8.8.8",
                "8.8.4.4",
                "2001:4860:4860::8888",
                "2001:4860:4860::8844"
            ],
            "dns.quad9.net": [
                "9.9.9.9",
                "149.112.112.112",
                "2620:fe::fe",
                "2620:fe::9"
            ],
            "common.dot.dns.yandex.net": [
                "77.88.8.8",
                "77.88.8.1",
                "2a02:6b8::feed:0ff",
                "2a02:6b8:0:1::feed:0ff"
            ]
        },
        "servers": [
            {
                "address": "fakedns",
                "domains": [
                    "geosite:cn",
                    "domain:googleapis.cn",
                    "domain:gstatic.com",
                    "domain:alidns.com",
                    "domain:doh.pub",
                    "domain:dot.pub",
                    "domain:360.cn",
                    "domain:onedns.net",
                    "geosite:cn"
                ]
            },
            "1.1.1.1",
            {
                "address": "1.1.1.1",
                "domains": [
                    "domain:googleapis.cn",
                    "domain:gstatic.com"
                ]
            },
            {
                "address": "223.5.5.5",
                "domains": [
                    "domain:alidns.com",
                    "domain:doh.pub",
                    "domain:dot.pub",
                    "domain:360.cn",
                    "domain:onedns.net",
                    "geosite:cn"
                ],
                "expectIPs": [
                    "geoip:cn"
                ],
                "skipFallback": true
            }
        ]
    },
    "fakedns": [
        {
            "ipPool": "198.18.0.0/15",
            "poolSize": 10000
        }
    ],
    "inbounds": [
        {
            "port": 10808,
            "protocol": "socks",
            "settings": {
                "auth": "noauth",
                "udp": true,
                "userLevel": 8
            },
            "sniffing": {
                "destOverride": [
                    "http",
                    "tls",
                    "fakedns"
                ],
                "enabled": true,
                "routeOnly": true
            },
            "tag": "socks"
        },
        {
            "listen": "127.0.0.1",
            "port": 10853,
            "protocol": "dokodemo-door",
            "settings": {
                "address": "1.1.1.1",
                "network": "tcp,udp",
                "port": 53
            },
            "tag": "dns-in"
        }
    ],
    "log": {
        "loglevel": "warning"
    },
    "outbounds": [
        {
            "mux": {
                "concurrency": 16,
                "enabled": true,
                "xudpConcurrency": 8,
                "xudpProxyUDP443": ""
            },
            "protocol": "vless",
            "settings": {
                "vnext": [
                    {
                        "address": "185.234.66.82",
                        "port": 443,
                        "users": [
                            {
                                "id": "b5e8bfe7-6cdb-402d-b243-1e0f53ebb582",
                                "encryption": "none",
                                "level": 8
                            }
                        ]
                    }
                ]
            },
            "streamSettings": {
                "network": "ws",
                "security": "tls",
                "tlsSettings": {
                    "allowInsecure": true,
                    "fingerprint": "chrome",
                    "serverName": "",
                    "show": false
                },
                "wsSettings": {
                    "headers": {
                        "Host": "default.host"
                    },
                    "path": ""
                }
            },
            "tag": "proxy"
        },
        {
            "protocol": "freedom",
            "settings": {
                "domainStrategy": "UseIP"
            },
            "tag": "direct"
        },
        {
            "protocol": "blackhole",
            "settings": {
                "response": {
                    "type": "http"
                }
            },
            "tag": "block"
        },
        {
            "protocol": "dns",
            "tag": "dns-out"
        }
    ],
    "policy": {
        "levels": {
            "8": {
                "connIdle": 300,
                "downlinkOnly": 1,
                "handshake": 4,
                "uplinkOnly": 1
            }
        },
        "system": {
            "statsOutboundUplink": true,
            "statsOutboundDownlink": true
        }
    },
    "remarks": "SW94042",
    "routing": {
        "domainStrategy": "IPIfNonMatch",
        "rules": [
            {
                "inboundTag": [
                    "dns-in"
                ],
                "outboundTag": "dns-out",
                "type": "field"
            },
            {
                "ip": [
                    "1.1.1.1"
                ],
                "outboundTag": "proxy",
                "port": "53",
                "type": "field"
            }
        ]
    },
    "stats": {}
}