侧边栏壁纸
博主头像
tian博主等级

吾乃天骄 已上九霄

  • 累计撰写 11 篇文章
  • 累计创建 3 个标签
  • 累计收到 2 条评论
标签搜索

目 录CONTENT

文章目录

WARP一键脚本

tian
2023-02-21 / 0 评论 / 1 点赞 / 100 阅读 / 672 字 / 正在检测是否收录...
温馨提示:
本文最后更新于 2023-05-21,若内容或图片失效,请留言反馈。部分素材来自网络,若不小心影响到您的利益,请联系我们删除。

FSCARMEN :

P3TERX :

WARP-GO :

YGKKK

Fscarmen

修改X-UI配置文件 添加WARP出口 解锁CHATGPT与流媒体

{
"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"
    }
  ],  
 "policy": {
    "system": {
      "statsInboundDownlink": true,
      "statsInboundUplink": true
    },
     "levels": {
      "0": {
        "handshake": 2,
        "connIdle": 120,
        "uplinkOnly": 1,
        "downlinkOnly": 1
      }
    }
  },
"outbounds": [
{
"protocol": "blackhole",
"tag": "blocked"
},
{
"protocol": "freedom",
"tag": "direct"
},
{
"tag": "ip4", 
"protocol": "freedom",
"settings": {
"domainStrategy": "UseIPv4"
}
},
{
"tag": "ip6",
"protocol": "freedom",
"settings": {
"domainStrategy": "UseIPv6" 
}
},
{
"tag": "socks5-warp",
"protocol": "socks",
"settings": {
"servers": [
{
"address": "127.0.0.1",
"port": 40000 
}
]
}      
},
{
"tag":"xray-wg-warp",
"protocol":"wireguard",
"settings":{
"secretKey":"aJkrp4MMgL/Oi2bO4Fww9J8aqAW1ojeOZ22RK0nXYWY=",
"address":[
"172.16.0.2/32",
"2606:4700:110:891c:6ee2:7df4:5e99:b7cf/128"
],
"peers":[
{
"publicKey":"bmXOC+F1FxEMF9dyiK2H5/1SUtzH0JuVo51h2wPfgyo=",
"allowedIPs": [
"0.0.0.0/0",
"::/0"
],
"endpoint":"engage.cloudflareclient.com:2408"
}
],
"reserved":[230,25,169]
}
}
],
"routing": {
"domainStrategy": "IPIfNonMatch",
"rules": [
{
        "inboundTag": [
          "api"
        ],
        "outboundTag": "api",
        "type": "field"
      },
    {
          "type": "field",
          "port": "443",
          "network": "udp",
          "outboundTag": "blocked"
            },
       {
        "type": "field",
        "domain": [
          "www.gstatic.com"
        ],
        "outboundTag": "direct"
      },
      {
        "ip": [
          "geoip:cn",
          "geoip:private"
        ],
        "outboundTag": "blocked",
        "type": "field"
      },
      {
        "outboundTag": "blocked",
        "protocol": [
          "bittorrent"
        ],
        "type": "field"
      },
{
"type":"field",
"outboundTag":"xray-wg-warp",
"domain":[
"openai.com","ip.sb"
]
},
{
"type": "field",
"outboundTag": "socks5-warp", 
"domain": [
"yg kkk"
]
},
{
"type": "field",
"outboundTag": "ip6",
"domain": [
"yg kkk"
]
},
{
"type": "field",
"outboundTag": "ip4",
"domain": [
"yg kkk"
]
},
{
"type": "field",
"outboundTag": "direct",
"network": "udp,tcp"
}
]
},
"stats": {}
}
1

评论区