233boy / v2ray

最好用的 V2Ray 一键安装脚本 & 管理脚本
https://233boy.com/v2ray/v2ray-script/
GNU General Public License v3.0
24.9k stars 16.21k forks source link

context canceled错误,版本5.12,本地和云端服务器接口都开了,config使用官方示例 #1253

Open cmx4869 opened 1 year ago

cmx4869 commented 1 year ago

{ "reverse": { "bridges": [ { "tag": "bridge", "domain": "fake.domain.org" } ] }, "outbounds": [ { "tag": "out", "protocol": "freedom", "settings": { "redirect": "127.0.0.1:7860" } }, { "protocol": "vmess", "settings": { "vnext": [ { "address": "34.92.175.39", "port": 9001, "users": [ { "id": "d60a7cf3-2dc7-49b1-bcc5-adf9eeb536f3" } ] } ] }, "tag": "interconn" } ], "routing": { "rules": [ { "type": "field", "inboundTag": [ "bridge" ], "domain": [ "full:fake.domain.org" ], "outboundTag": "interconn" }, { "type": "field", "inboundTag": [ "bridge" ], "outboundTag": "out" } ] } }

● v2ray.service - V2Ray Service Loaded: loaded (/etc/systemd/system/v2ray.service; enabled; vendor preset: enabled) Drop-In: /etc/systemd/system/v2ray.service.d └─10-donot_touch_single_conf.conf Active: active (running) since Mon 2023-12-04 23:34:29 HKT; 25s ago Docs: https://www.v2fly.org/ Main PID: 7736 (v2ray) Tasks: 18 (limit: 76795) Memory: 17.6M CGroup: /system.slice/v2ray.service └─7736 /usr/local/bin/v2ray run -config /usr/local/etc/v2ray/config.json

Dec 04 23:34:49 machine v2ray[7736]: 2023/12/04 23:34:49 [Info] proxy/vmess/outbound: tunneling request to tcp:fake.domain.org:0 via 34.92.175.39:9001 Dec 04 23:34:51 machine v2ray[7736]: 2023/12/04 23:34:51 [Info] app/proxyman/outbound: failed to process outbound traffic > proxy/vmess/outbound: connection ends > context canceled Dec 04 23:34:51 machine v2ray[7736]: 2023/12/04 23:34:51 [Info] app/dispatcher: taking detour [interconn] for [tcp:fake.domain.org:0] Dec 04 23:34:51 machine v2ray[7736]: 2023/12/04 23:34:51 [Info] transport/internet/tcp: dialing TCP to tcp:34.92.175.39:9001 Dec 04 23:34:51 machine v2ray[7736]: 2023/12/04 23:34:51 [Info] proxy/vmess/outbound: tunneling request to tcp:fake.domain.org:0 via 34.92.175.39:9001 Dec 04 23:34:53 machine v2ray[7736]: 2023/12/04 23:34:53 [Info] app/proxyman/outbound: failed to process outbound traffic > proxy/vmess/outbound: connection ends > context canceled Dec 04 23:34:53 machine v2ray[7736]: 2023/12/04 23:34:53 [Info] app/dispatcher: taking detour [interconn] for [tcp:fake.domain.org:0] Dec 04 23:34:53 machine v2ray[7736]: 2023/12/04 23:34:53 [Info] transport/internet/tcp: dialing TCP to tcp:34.92.175.39:9001 Dec 04 23:34:53 machine v2ray[7736]: 2023/12/04 23:34:53 [Info] proxy/vmess/outbound: tunneling request to tcp:fake.domain.org:0 via 34.92.175.39:9001 Dec 04 23:34:55 machine v2ray[7736]: 2023/12/04 23:34:55 [Info] app/proxyman/outbound: failed to process outbound traffic > proxy/vmess/outbound: connection ends > context canceled

请求指点

233boy commented 1 year ago

@cmx4869

卸载官方的,用我脚本看看