|
|
|
|
@ -363,60 +363,60 @@ kill -9 $(pgrep -f warp) ##杀掉正在运行的进程 |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
{ |
|
|
|
|
"outbounds": [ |
|
|
|
|
{ |
|
|
|
|
"tag": "warp", |
|
|
|
|
"protocol": "socks", |
|
|
|
|
"settings": { |
|
|
|
|
"servers": [ |
|
|
|
|
{ |
|
|
|
|
"address": "127.0.0.1", |
|
|
|
|
"port": 40000 |
|
|
|
|
} |
|
|
|
|
"outbounds":[ |
|
|
|
|
{ |
|
|
|
|
"tag":"warp", |
|
|
|
|
"protocol":"socks", |
|
|
|
|
"settings":{ |
|
|
|
|
"servers":[ |
|
|
|
|
{ |
|
|
|
|
"address":"127.0.0.1", |
|
|
|
|
"port":40000 |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"tag":"WARP-socks5-v4", |
|
|
|
|
"protocol":"freedom", |
|
|
|
|
"settings":{ |
|
|
|
|
"domainStrategy":"UseIPv4" |
|
|
|
|
}, |
|
|
|
|
"proxySettings":{ |
|
|
|
|
"tag":"warp" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"tag":"WARP-socks5-v6", |
|
|
|
|
"protocol":"freedom", |
|
|
|
|
"settings":{ |
|
|
|
|
"domainStrategy":"UseIPv6" |
|
|
|
|
}, |
|
|
|
|
"proxySettings":{ |
|
|
|
|
"tag":"warp" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"routing":{ |
|
|
|
|
"rules":[ |
|
|
|
|
{ |
|
|
|
|
"type":"field", |
|
|
|
|
"domain":[ |
|
|
|
|
"openai", |
|
|
|
|
"ip.gs" |
|
|
|
|
], |
|
|
|
|
"outboundTag":"WARP-socks5-v4" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"type":"field", |
|
|
|
|
"domain":[ |
|
|
|
|
"p3terx.com", |
|
|
|
|
"netflix" |
|
|
|
|
], |
|
|
|
|
"outboundTag":"WARP-socks5-v6" |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"tag": "WARP-socks5-v4", |
|
|
|
|
"protocol": "freedom", |
|
|
|
|
"settings": { |
|
|
|
|
"domainStrategy": "UseIPv4" |
|
|
|
|
}, |
|
|
|
|
"proxySettings": { |
|
|
|
|
"tag": "warp" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"tag": "WARP-socks5-v6", |
|
|
|
|
"protocol": "freedom", |
|
|
|
|
"settings": { |
|
|
|
|
"domainStrategy": "UseIPv6" |
|
|
|
|
}, |
|
|
|
|
"proxySettings": { |
|
|
|
|
"tag": "warp" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"routing": { |
|
|
|
|
"rules": [ |
|
|
|
|
{ |
|
|
|
|
"type": "field", |
|
|
|
|
"domain": [ |
|
|
|
|
"openai", |
|
|
|
|
"ip.gs" |
|
|
|
|
], |
|
|
|
|
"outboundTag": "WARP-socks5-v4" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"type": "field", |
|
|
|
|
"domain": [ |
|
|
|
|
"p3terx.com", |
|
|
|
|
"netflix" |
|
|
|
|
], |
|
|
|
|
"outboundTag": "WARP-socks5-v6" |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|