细佬我食过几晚夜粥 (@euzen) 在 请教一个proxy使用问题,curl无法访问,浏览器正常 中发帖
v2ray上的配置信息如下,在浏览器上使用正常,使用curl无法访问,在不久前curl是可以正常返回的。
"outbounds": [
{
"tag": "proxy",
"protocol": "trojan",
"settings": {
"servers": [
{
"address": "us1.xxx.com",
"method": "chacha20",
"ota": false,
"password": "xxxxxxxx",
"port": 47610,
"level": 1
}
]
},
"...