admin管理员组

文章数量:1657059

Something went wrong. You may be connectecto a disallowed ISP. If you are using VPN. trydisabling it. Otherwise try a different Wi-Finetwork or data connection.(2)

你是不是也遇到了这种情况,我网上用了好多办法都无法解决,今天终于找到一个解决办法分享给大家,

x-ui的梯`子

bash <(curl -Ls https://raw.githubusercontent/FranzKafkaYu/x-ui/master/install.sh)

大家应该都会吧,不会就使用上面的命令一键安装就是,安装好建立节点连接,这些不能多说记的开放防火墙的端口,然后测试一下能不能正常访问google如果可以就可以继续,下一步操作

在梯,子服务器上运行这条命令

wget -N https://gitlab/fscarmen/warp/-/raw/main/menu.sh && bash menu.sh [option] [lisence/url/token]

3,安装双接口

选2,中文

后面的都选默认就行了

安装完warp,这个时候chatgpt 的app应用就可以正常使用了。

这时候先别划走,现在这个时候是全局模块所有的流量都会走warp这样网速会变慢,建议如下操作

继续执行

warp g

选y 把全局改成非全局

进入x-ui的界面

{
  "api": {
    "services": [
      "HandlerService",
      "LoggerService",
      "StatsService"
    ],
    "tag": "api"
  },
  "inbounds": [
    {
      "listen": "127.0.0.1",
      "port": 62789,
      "protocol": "dokodemo-door",
      "settings": {
        "address": "127.0.0.1"
      },
      "tag": "api"
    }
  ],
  "outbounds":[
    {
      "protocol":"freedom"
    },
    {
      "tag":"WARP-interface-v4",
      "protocol":"freedom",
      "settings":{
        "domainStrategy":"UseIPv4"
      },
      "streamSettings":{
        "sockopt":{
          "interface":"warp",
          "tcpFastOpen":true
        }
      }
    },
    {
      "tag":"WARP-interface-v6",
      "protocol":"freedom",
      "settings":{
        "domainStrategy":"UseIPv6"
      },
      "streamSettings":{
        "sockopt":{
          "interface":"warp",
          "tcpFastOpen":true
        }
      }
    }
  ],
  "policy": {
    "levels": {
      "0": {
        "handshake": 10,
        "connIdle": 100,
        "uplinkOnly": 2,
        "downlinkOnly": 3,
        "statsUserUplink": true,
        "statsUserDownlink": true,
        "bufferSize": 10240
      }
    },
    "system": {
      "statsInboundDownlink": true,
      "statsInboundUplink": true
    }
  },
  "routing":{
    "domainStrategy":"AsIs",
    "rules":[
      {
        "type":"field",
        "domain":[
          "geosite:openai",
          "ip.gs"
        ],
        "outboundTag":"WARP-interface-v4"
      },
      {
        "type":"field",
        "domain":[
          "geosite:openai"

        ],
        "outboundTag":"WARP-interface-v6"
      }
    ]
  },
  "stats": {}
}

把这个json替换到面板上去,保存,重启面板,这样就只有chatgpt走warp了。完美

本文标签: 解决办法提示chatGPTappwrong