gullo 装了mack-a脚本 套了CF 连不上网

[复制链接]
查看: 564   回复: 10
发表于 2023-4-11 14:29:08 | 显示全部楼层 |阅读模式
gullo 小鸡 只有ipv6 IP

装了mack-a 一键脚本 ,安装了xray

套了CF 连不上网,但是伪装的域名可以打开

开了云朵和不开云朵网站都能打开

https://v2ray.zpanda.xyz/

gullo 装了mack-a脚本 套了CF 连不上网

gullo 装了mack-a脚本 套了CF 连不上网
gullo 装了mack-a脚本 套了CF 连不上网

下面是nginx 配置:
  1.         server {                listen 80;                listen [::]:80;                server_name v2ray.zpanda.xyz;                # shellcheck disable=SC2154                return 301 https://v2ray.zpanda.xyz${request_uri};        }        server {                        listen 127.0.0.1:31300;                        server_name _;                        return 403;        }server {        listen 127.0.0.1:31302 http2;        server_name v2ray.zpanda.xyz;        root /usr/share/nginx/html;        location /s/ {                    add_header Content-Type text/plain;                    alias /etc/v2ray-agent/subscribe/;    }    location /lengxigrpc {                client_max_body_size 0;#                keepalive_time 1071906480m;                keepalive_requests 4294967296;                client_body_timeout 1071906480m;                 send_timeout 1071906480m;                 lingering_close always;                 grpc_read_timeout 1071906480m;                 grpc_send_timeout 1071906480m;                grpc_pass grpc://127.0.0.1:31301;        }        location /lengxitrojangrpc {                client_max_body_size 0;                # keepalive_time 1071906480m;                keepalive_requests 4294967296;                client_body_timeout 1071906480m;                 send_timeout 1071906480m;                 lingering_close always;                 grpc_read_timeout 1071906480m;                 grpc_send_timeout 1071906480m;                grpc_pass grpc://127.0.0.1:31304;        }}server {        listen 127.0.0.1:31300;        server_name v2ray.zpanda.xyz;        root /usr/share/nginx/html;        location /s/ {                add_header Content-Type text/plain;                alias /etc/v2ray-agent/subscribe/;        }        location / {                add_header Strict-Transport-Security "max-age=15552000; preload" always;        }}
复制代码

mack-a 脚本里我一开始没选自选IP ,刚刚又装了一遍选了自选开始貌似没区别,v2 还是连不上,下面是报错信息:
  1. 2021/12/20 04:45:13 [Info] [103879417] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled2021/12/20 04:45:14 [Info] [1699445105] proxy/vless/inbound: firstLen = 3902021/12/20 04:45:14 [Info] [1699445105] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version2021/12/20 04:45:14 [Info] [1699445105] proxy/vless/inbound: realName = v2.zpanda.xyz2021/12/20 04:45:14 [Info] [1699445105] proxy/vless/inbound: realAlpn = http/1.12021/12/20 04:45:14 [Info] [1699445105] proxy/vless/inbound: realPath = /uupjvws2021/12/20 04:45:14 [Info] transport/internet/websocket: failed to convert to WebSocket connection > websocket: the client is not using the websocket protocol: 'upgrade' token not found in 'Connection' header2021/12/20 04:45:14 [Info] [1046914741] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled2021/12/20 04:45:16 [Info] [1115593426] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled2021/12/20 04:45:19 [Info] [1699445105] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled
复制代码

gullo 装了mack-a脚本 套了CF 连不上网

错误日志:
  1. 2021/12/20 14:02:34 [Info] [726356604] app/proxyman/inbound: connection ends > proxy/trojan: fallback ends > context canceled2021/12/20 14:02:35 [Info] [4064435560] app/proxyman/inbound: connection ends > proxy/trojan: fallback ends > context canceled2021/12/20 14:02:35 [Info] [3792004864] app/proxyman/inbound: connection ends > proxy/trojan: fallback ends > context canceled2021/12/20 14:02:35 [Info] [840702595] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled2021/12/20 14:02:36 [Info] [134116080] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled2021/12/20 14:02:36 [Info] [9652253] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled2021/12/20 14:03:18 [Info] [1353847066] proxy/vless/inbound: firstLen = 6472021/12/20 14:03:18 [Info] [1353847066] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version2021/12/20 14:03:18 [Info] [1353847066] proxy/vless/inbound: realName = v2ray.zpanda.xyz2021/12/20 14:03:18 [Info] [1353847066] proxy/vless/inbound: realAlpn = http/1.12021/12/20 14:03:18 [Info] [1353847066] proxy/vless/inbound: realPath = /img/icons/favicon-32x32.png2021/12/20 14:03:18 [Info] [596330510] proxy/trojan: firstLen = 6472021/12/20 14:03:18 [Info] [596330510] proxy/trojan: fallback starts > proxy/trojan: not trojan protocol2021/12/20 14:03:32 [Info] [3022289542] proxy/vless/inbound: firstLen = 4012021/12/20 14:03:32 [Info] [3022289542] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version2021/12/20 14:03:32 [Info] [3022289542] proxy/vless/inbound: realName = v2ray.zpanda.xyz2021/12/20 14:03:32 [Info] [3022289542] proxy/vless/inbound: realAlpn = http/1.12021/12/20 14:03:32 [Info] [3022289542] proxy/vless/inbound: realPath = /lengxivws2021/12/20 14:03:32 [Info] transport/internet/websocket: failed to convert to WebSocket connection > websocket: the client is not using the websocket protocol: 'upgrade' token not found in 'Connection' header2021/12/20 14:03:33 [Info] [3021218080] proxy/vless/inbound: firstLen = 4012021/12/20 14:03:33 [Info] [3021218080] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version2021/12/20 14:03:33 [Info] [3021218080] proxy/vless/inbound: realName = v2ray.zpanda.xyz2021/12/20 14:03:33 [Info] [3021218080] proxy/vless/inbound: realAlpn = http/1.12021/12/20 14:03:33 [Info] [3021218080] proxy/vless/inbound: realPath = /lengxivws2021/12/20 14:03:33 [Info] transport/internet/websocket: failed to convert to WebSocket connection > websocket: the client is not using the websocket protocol: 'upgrade' token not found in 'Connection' header2021/12/20 14:03:34 [Info] transport/internet/websocket: failed to convert to WebSocket connection > websocket: the client is not using the websocket protocol: 'upgrade' token not found in 'Connection' header2021/12/20 14:03:36 [Info] [1703912455] proxy/vless/inbound: firstLen = 4012021/12/20 14:03:36 [Info] [1703912455] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version2021/12/20 14:03:36 [Info] [1703912455] proxy/vless/inbound: realName = v2ray.zpanda.xyz2021/12/20 14:03:36 [Info] [1703912455] proxy/vless/inbound: realAlpn = http/1.12021/12/20 14:03:36 [Info] [1703912455] proxy/vless/inbound: realPath = /lengxivws2021/12/20 14:03:36 [Info] transport/internet/websocket: failed to convert to WebSocket connection > websocket: the client is not using the websocket protocol: 'upgrade' token not found in 'Connection' header2021/12/20 14:03:38 [Info] [3021218080] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled2021/12/20 14:03:39 [Info] [3022289542] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled2021/12/20 14:03:41 [Info] [1703912455] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled
复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
回复

使用道具 举报

发表于 2023-4-11 14:29:41 | 显示全部楼层
darkt 发表于 2021-12-20 15:08
原来的都删了 替换成这个吗

还有你CF里面云朵开着的不

nginx 添加这个配置
云朵开着的  
/dianying    这个v2的路径   
proxy_pass http://127.0.0.1:49807;  这个是v2端口
回复 支持 反对

使用道具 举报

发表于 2023-4-11 14:30:34 | 显示全部楼层
纯ipv6的除了德鸡其他的玩不明白,所以没上
回复 支持 反对

使用道具 举报

发表于 2023-4-11 14:30:58 | 显示全部楼层
这个脚本有问题,要套CF需要修改一个设置,我之前用的这个脚本就是这个问题gullo 装了mack-a脚本 套了CF 连不上网

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
回复 支持 反对

使用道具 举报

发表于 2023-4-11 14:31:20 | 显示全部楼层
搞了一通宵,还没解决 哎,现在困死了
回复 支持 反对

使用道具 举报

发表于 2023-4-11 14:31:29 | 显示全部楼层
大佬 指点下 怎么搞
回复 支持 反对

使用道具 举报

发表于 2023-4-11 14:31:42 | 显示全部楼层
所以我干脆不折腾哈哈
回复 支持 反对

使用道具 举报

发表于 2023-4-11 14:32:03 | 显示全部楼层
/etc/v2ray-agent/v2ray/conf/05_VMess_WS_inbounds.json

{
"inbounds":[
{
  "listen": "127.0.0.1",
  "port": 31299,
  "protocol": "vmess",
  "tag":"VMessWS",
  "settings": {
    "clients": [



其中 "listen": "127.0.0.1",这一行删了gullo 装了mack-a脚本 套了CF 连不上网

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
回复 支持 反对

使用道具 举报

发表于 2023-4-11 14:32:23 | 显示全部楼层
不会配置就别用Nginx
  1. bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)
复制代码
回复 支持 反对

使用道具 举报

发表于 2023-4-11 14:33:18 | 显示全部楼层
重来都是手动安装,手动自己配置,用一键脚本我好像就没有成功过。早上入了个德国的,5分钟就自己配完了。套的CF,还行。留着当备用了。
回复 支持 反对

使用道具 举报

发表于 2023-4-11 14:33:51 | 显示全部楼层
"listen": "127.0.0.1",  是这行么,删了 还是连不上,显示timeout
换成自选IP 测试真链接提示超时
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则