{
  "log": { "loglevel": "warning" },
  "inbounds": [
    { "listen": "127.0.0.1", "port": 11080, "protocol": "socks", "settings": { "udp": false }, "sniffing": { "enabled": false } }
  ],
  "outbounds": [
    {
      "tag": "proxy",
      "protocol": "vless",
      "settings": {
        "vnext": [
          {
            "address": "127.0.0.1",
            "port": 18443,
            "users": [ { "id": "3521254b-af6e-46b3-969a-eab42c3b5939", "encryption": "none" } ]
          }
        ]
      },
      "streamSettings": { "network": "ws", "security": "none", "wsSettings": { "path": "/ws", "headers": { "Host": "test.local" } } }
    },
    { "tag": "direct", "protocol": "freedom" }
  ]
}
