@
Zheming 同意,按照
https://github.com/fscarmen/warp/blob/main/README.md#warp-%E8%BF%90%E8%A1%8C%E8%84%9A%E6%9C%AC 这个脚本默认 4000 端口开启开启 Socks5 代理后,直接修改 v2ray 的配置再重启 v2ray 就行,分享下修改的配置:
"outbounds": [
{
"protocol": "freedom",
"settings": {}
},
{
"tag": "gpt-unlock",
"protocol": "socks",
"settings": {
"servers": [
{
"address": "127.0.0.1",
"port": 40000,
"users": []
}
]
}
}
],
"routing": {
"domainStrategy": "AsIs",
"rules": [
{
"type": "field",
"domain": [
"domain:
openai.com"
],
"outboundTag": "gpt-unlock"
}
]
}