From 1de2b4778d5ad0cc8e94590bd31c9f6974ba322c Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Thu, 22 Jun 2023 19:37:40 +0800 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9c747c7..38c3789 100644 --- a/README.md +++ b/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" } ] }