robinlovemaggie

「求人不如求己系列」如何手动配置 X2ray+WARP 来解决 imgur 的 429 问题

  •  
  •   robinlovemaggie · Jul 16, 2025 · 1346 views
    This topic created in 347 days ago, the information mentioned may be changed or developed.

    1. 前提条件:保证你的私服 VPS 上安装好了 x2ray 服务和 WARP 服务

    2. 编辑 x2ray 配置文件 config.json, 增加配置项:

    {
      "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": {}
        }
      ]
    }
    

    3. 重启 x2ray

    4. 测试是否成功,点击链接

    4 replies    2025-07-16 17:57:53 +08:00
    bernardkickass
        1
    bernardkickass  
       Jul 16, 2025
    warp 的 ip 也不干净。上 google 经常需要输验证码,上 reddit 都要登录
    crysislinux
        2
    crysislinux  
       Jul 16, 2025 via Android
    为啥会 429 ,我一点问题没有。
    robinlovemaggie
        3
    robinlovemaggie  
    OP
       Jul 16, 2025
    @crysislinux 老问题了,小作坊 VPS 的 IP 被屏蔽了
    robinlovemaggie
        4
    robinlovemaggie  
    OP
       Jul 16, 2025
    @bernardkickass 没办法的样子,不能既要又要啊~
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2871 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 33ms · UTC 08:21 · PVG 16:21 · LAX 01:21 · JFK 04:21
    ♥ Do have faith in what you're doing.