
{
  "log": {
    "loglevel": "debug"
  },

  "inbounds": [
    {
      "tag": "socks-in",
      "listen": "127.0.0.1",
      "port": 10808,
      "protocol": "socks",
      "settings": {
        "auth": "noauth",
        "udp": true
      }
    }
  ],

  "outbounds": [
    {
      "tag": "proxy-out",
      "protocol": "vless",
      "settings": {
        "vnext": [
          {
            "address": "107.148.2.172",
            "port": 8443,
            "users": [
              {
                "id": "1ee496b0-a36b-4f2d-8112-daf8b2c32a87",
                "encryption": "none",
                "flow": "xtls-rprx-vision"
              }
            ]
          }
        ]
      },
      "streamSettings": {
        "network": "tcp",
        "security": "reality",
        "realitySettings": {
          "serverName": "www.bonnaroo.com",
          "publicKey": "UfSAAbFmQhHjOqhBbR6jvym7XSBfFR0KlIQNXwJLuFc",
          "shortId": "1eb900f4741dfce2",
          "fingerprint": "chrome"
        }
      }
    }
  ],

  "routing": {
    "rules": [
      {
        "type": "field",
        "inboundTag": ["socks-in"],
        "outboundTag": "proxy-out"
      }
    ]
  }
}



