Update README.md

main
fscarmen 3 years ago committed by GitHub
parent cea2d05e3b
commit 1de2b4778d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 22
      README.md

@ -398,20 +398,20 @@ kill -9 $(pgrep -f warp) ##杀掉正在运行的进程
"protocol":"freedom"
},
{
"tag":"CloudflareWARP-v4",
"tag":"WARP-interface-v4",
"protocol":"freedom",
"settings":{
"domainStrategy":"UseIPv4"
},
"streamSettings":{
"sockopt":{
"interface":"CloudflareWARP",
"interface":"CloudflareWARP", // Client 的 Proxy 模式填 CloudflareWARP 或者 warp-go 填 WARP
"tcpFastOpen":true
}
}
},
{
"tag":"CloudflareWARP-v6",
"tag":"WARP-interface-v6",
"protocol":"freedom",
"settings":{
"domainStrategy":"UseIPv6"
@ -425,23 +425,25 @@ kill -9 $(pgrep -f warp) ##杀掉正在运行的进程
}
],
"routing":{
"domainStrategy":"AsIs",
"rules":[
{
"type":"field",
"domain":[
"openai",
"ai.com",
"ip.gs"
"geosite:google",
"domain:ip.gs",
"domain:openai.com",
"domain:ai.com"
],
"outboundTag":"WARP-socks5-v4"
"outboundTag":"WARP-interface-v4"
},
{
"type":"field",
"domain":[
"p3terx.com",
"netflix"
"geosite:netflix",
"domain:p3terx.com"
],
"outboundTag":"WARP-socks5-v6"
"outboundTag":"WARP-interface-v6"
}
]
}

Loading…
Cancel
Save