Update README.md

main
fscarmen 2 years ago committed by GitHub
parent 36585243a1
commit dff6ef921c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 59
      README.md

@ -23,7 +23,7 @@
* * *
## 更新信息
2023.6.21 menu.sh V2.52 1. Client proxy mode supports warp dualstack; 2. Client warp mode supports warp dualstack; 3. Speed up script startup; Thanks to Bro ⑥, WordsWorthLess, us254 and chika0801 for the guidace on the xray template. 1. Client Proxy 模式支持 warp 双栈; 2. Client warp 模式支持 warp 双栈; 3. 加快脚本启动速度; 感谢网友 ⑥哥, WordsWorthLess, us254 and chika0801 关于 xray 模板的指导
2023.6.21 menu.sh V2.52 1. Client proxy mode supports warp dualstack; 2. Client warp mode supports warp dualstack; 3. Speed up script startup; Thanks to Bro ⑥, WordsWorthLess, us254 and chika0801 for the guidace on the xray template; 1. Client Proxy 模式支持 warp 双栈; 2. Client warp 模式支持 warp 双栈; 3. 加快脚本启动速度; 感谢网友 ⑥哥, WordsWorthLess, us254 and chika0801 关于 xray 模板的指导
2023.6.18 menu.sh V2.51 Client supports Debian 12 (bookworm); Client 支持 Debian 12 (bookworm)
@ -275,10 +275,13 @@ warp i jp
```
{
"outbounds":[
{
"protocol":"freedom",
},
{
"protocol":"wireguard",
"settings":{
"secretKey":"YFYOAdbw1bKTHlNNi+aEjBM3BO7unuFC5rOkMRAz9XY=",
"secretKey":"YFYOAdbw1bKTHlNNi+aEjBM3BO7unuFC5rOkMRAz9XY=", // 粘贴你的 "private_key" 值
"address":[
"172.16.0.2/32",
"2606:4700:110:8a36:df92:102a:9602:fa18/128"
@ -290,18 +293,14 @@ warp i jp
"0.0.0.0/0",
"::/0"
],
"endpoint":"162.159.192.1:2408"
"endpoint":"engage.cloudflareclient.com:2408" // 或填写 162.159.193.10:2408 或 [2606:4700:d0::a29f:c001]:2408
}
],
"reserved":[78, 135, 76],
"reserved":[78, 135, 76], // 粘贴你的 "reserved" 值
"mtu":1280
},
"tag":"wireguard"
},
{
"protocol":"freedom",
"tag":"direct"
},
{
"protocol":"freedom",
"settings":{
@ -329,9 +328,19 @@ warp i jp
{
"type":"field",
"domain":[
"geosite:openai"
"openai",
"ai.com",
"ip.gs"
],
"outboundTag":"warp-IPv4"
},
{
"type":"field",
"domain":[
"p3terx.com",
"netflix"
],
"outboundTag":"warp-IPv4" // 若需使用 Cloudflare 的 IPv6,改为 "warp-IPv6"
"outboundTag":"warp-IPv6"
}
]
}
@ -386,35 +395,33 @@ kill -9 $(pgrep -f warp) ##杀掉正在运行的进程
{
"outbounds":[
{
"tag":"warp",
"protocol":"socks",
"settings":{
"servers":[
{
"address":"127.0.0.1",
"port":40000
}
]
}
"protocol":"freedom",
"tag": "direct-out"
},
{
"tag":"WARP-socks5-v4",
"tag":"CloudflareWARP-v4",
"protocol":"freedom",
"settings":{
"domainStrategy":"UseIPv4"
},
"proxySettings":{
"tag":"warp"
"streamSettings":{
"sockopt":{
"interface":"CloudflareWARP",
"tcpFastOpen":true
}
}
},
{
"tag":"WARP-socks5-v6",
"tag":"CloudflareWARP-v6",
"protocol":"freedom",
"settings":{
"domainStrategy":"UseIPv6"
},
"proxySettings":{
"tag":"warp"
"streamSettings":{
"sockopt":{
"interface":"CloudflareWARP",
"tcpFastOpen":true
}
}
}
],

Loading…
Cancel
Save