{
  "routing": {
    "rules": [
      {
        "type": "field",
        "domain": [
          "domain:imgur.com"
        ],
        "outboundTag": "warp-outbound" // Assuming you have a WARP outbound tag
      },
      {
        "type": "field",
        "outboundTag": "direct" // Direct traffic not matching the above rule
      }
    ]
  },
  "outbounds": [
    {
      "tag": "warp-outbound",
      "protocol": "freedom", // Or your specific WARP protocol
      "settings": {
        "domainStrategy": "UseIP" //  or other strategies
      }
    },
    {
      "tag": "direct",
      "protocol": "freedom", // Direct access
      "settings": {}
    }
  ]
}
|      1bernardkickass      106 天前 warp 的 ip 也不干净。上 google 经常需要输验证码,上 reddit 都要登录 | 
|  |      2crysislinux      106 天前 via Android 为啥会 429 ,我一点问题没有。 | 
|  |      3robinlovemaggie OP @crysislinux 老问题了,小作坊 VPS 的 IP 被屏蔽了 | 
|  |      4robinlovemaggie OP @bernardkickass 没办法的样子,不能既要又要啊~ |