[
    {
        "remarks": "❌ سرویس موجود نمی‌باشد.",
        "log": {
            "loglevel": "warning"
        },
        "dns": {
            "servers": [
                "8.8.8.8"
            ],
            "tag": "dns_out",
            "queryStrategy": "UseIP"
        },
        "inbounds": [
            {
                "port": 10808,
                "protocol": "socks",
                "settings": {
                    "auth": "noauth",
                    "udp": true,
                    "userLevel": 8
                },
                "tag": "socks"
            }
        ],
        "outbounds": [
            {
                "protocol": "vless",
                "tag": "proxy",
                "settings": {
                    "vnext": [
                        {
                            "address": "127.0.0.1",
                            "port": 443,
                            "users": [
                                {
                                    "id": "00000000-0000-0000-0000-000000000000",
                                    "encryption": "none",
                                    "level": 8
                                }
                            ]
                        }
                    ]
                },
                "streamSettings": {
                    "network": "tcp",
                    "security": "none",
                    "tcpSettings": {
                        "header": {
                            "type": "none"
                        }
                    }
                }
            },
            {
                "protocol": "blackhole",
                "tag": "block",
                "settings": {
                    "response": {
                        "type": "http"
                    }
                }
            }
        ],
        "routing": {
            "domainStrategy": "AsIs",
            "rules": [
                {
                    "type": "field",
                    "outboundTag": "proxy",
                    "network": "tcp,udp"
                }
            ]
        }
    }
]