{
    "log": {
        "loglevel": "warning"
    },
    "inbounds": [
        {
            "tag": "socks",
            "protocol": "socks",
            "listen": "127.0.0.1",
            "port": 10808,
            "settings": {
                "udp": true
            }
        },
        {
            "tag": "http",
            "protocol": "http",
            "listen": "127.0.0.1",
            "port": 10809
        }
    ],
    "outbounds": [
        {
            "tag": "proxy",
            "protocol": "vless",
            "settings": {
                "vnext": [
                    {
                        "address": "15.236.40.217",
                        "port": 443,
                        "users": [
                            {
                                "id": "4c26ebc3-7784-46d8-b52a-7b0ccae6f4b4",
                                "encryption": "none",
                                "flow": "xtls-rprx-vision"
                            }
                        ]
                    }
                ]
            },
            "streamSettings": {
                "network": "tcp",
                "security": "reality",
                "realitySettings": {
                    "serverName": "chatgpt.com",
                    "publicKey": "TGlPtfVzGIVpMauPRMGJj2Uu6GUiCpu5ZizIIjw-wx4",
                    "shortId": "f5",
                    "fingerprint": "chrome",
                    "show": false,
                    "spiderX": "/"
                },
                "tcpSettings": {
                    "header": {
                        "type": "none"
                    }
                }
            }
        },
        {
            "tag": "direct",
            "protocol": "freedom"
        },
        {
            "tag": "block",
            "protocol": "blackhole"
        }
    ],
    "routing": {
        "domainStrategy": "AsIs",
        "rules": [
            {
                "type": "field",
                "ip": [
                    "geoip:private"
                ],
                "outboundTag": "direct"
            }
        ]
    },
    "dns": {
        "queryStrategy": "UseIPv4",
        "servers": [
            "local",
            "8.8.8.8"
        ]
    }
}