{
"inbounds": [{
  "port": 7860,
  "listen": "127.0.0.1",
  "protocol": "vmess",
  "settings": {
    "clients": [
      {
        "id": "b3894d84-899f-44a2-9536-250799861fce",
        "level": 1,
        "alterId": 64
      }
    ]
    },
    "streamSettings": {
      "network": "ws",
      "wsSettings": {
	
        "path": "/v2ray"
      }
    }
  }],
  "outbounds": [{
    "protocol": "freedom",
    "settings": {}
  },{
    "protocol": "blackhole",
    "settings": {},
    "tag": "blocked"
  }],
  "routing": {
    "rules": [
      {
        "type": "field",
        "ip": ["geoip:private"],
        "outboundTag": "blocked"
      }
    ]
  }
}