[
  {
    "log": { "loglevel": "error" },
    "inbounds": [
      {
        "tag": "socks",
        "port": 10808,
        "listen": "127.0.0.1",
        "protocol": "socks",
        "settings": { "udp": true, "auth": "noauth" }
      }
    ],
    "outbounds": [
      {
        "tag": "proxy",
        "protocol": "vless",
        "settings": {
          "vnext": [
            {
              "address": "0.0.0.0",
              "port": 1,
              "users": [
                {
                  "id": "00000000-0000-0000-0000-000000000000",
                  "encryption": "none"
                }
              ]
            }
          ]
        },
        "streamSettings": { "network": "tcp", "security": "none" }
      },
      { "tag": "direct", "protocol": "freedom" }
    ],
    "remarks": "ACCESS DENIED"
  }
]