找回密码
 立即注册
CeraNetworksBGVM服务器主机交流IP归属甄别会员请立即修改密码
查看: 58|回复: 8

gullo 装了mack

[复制链接]

70

主题

153

回帖

854

积分

高级会员

积分
854
发表于 2021-12-20 13:55:23 | 显示全部楼层 |阅读模式
本帖最后由 darkt 于 2021-12-20 14:04 编辑

gullo 小鸡 只有ipv6 IP

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

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

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

https://v2ray.zpanda.xyz/










下面是nginx 配置:

[ol]
  •         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;
  •         }
  • }[/ol]复制代码

    mack-a 脚本里我一开始没选自选IP ,刚刚又装了一遍选了自选开始貌似没区别,v2 还是连不上,下面是报错信息:
    [ol]
  • 2021/12/20 04:45:13 [Info] [103879417] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled
  • 2021/12/20 04:45:14 [Info] [1699445105] proxy/vless/inbound: firstLen = 390
  • 2021/12/20 04:45:14 [Info] [1699445105] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version
  • 2021/12/20 04:45:14 [Info] [1699445105] proxy/vless/inbound: realName = v2.zpanda.xyz
  • 2021/12/20 04:45:14 [Info] [1699445105] proxy/vless/inbound: realAlpn = http/1.1
  • 2021/12/20 04:45:14 [Info] [1699445105] proxy/vless/inbound: realPath = /uupjvws
  • 2021/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' header
  • 2021/12/20 04:45:14 [Info] [1046914741] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled
  • 2021/12/20 04:45:16 [Info] [1115593426] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled
  • 2021/12/20 04:45:19 [Info] [1699445105] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled
  • [/ol]复制代码





    错误日志:[ol]
  • 2021/12/20 14:02:34 [Info] [726356604] app/proxyman/inbound: connection ends > proxy/trojan: fallback ends > context canceled
  • 2021/12/20 14:02:35 [Info] [4064435560] app/proxyman/inbound: connection ends > proxy/trojan: fallback ends > context canceled
  • 2021/12/20 14:02:35 [Info] [3792004864] app/proxyman/inbound: connection ends > proxy/trojan: fallback ends > context canceled
  • 2021/12/20 14:02:35 [Info] [840702595] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled
  • 2021/12/20 14:02:36 [Info] [134116080] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled
  • 2021/12/20 14:02:36 [Info] [9652253] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled
  • 2021/12/20 14:03:18 [Info] [1353847066] proxy/vless/inbound: firstLen = 647
  • 2021/12/20 14:03:18 [Info] [1353847066] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version
  • 2021/12/20 14:03:18 [Info] [1353847066] proxy/vless/inbound: realName = v2ray.zpanda.xyz
  • 2021/12/20 14:03:18 [Info] [1353847066] proxy/vless/inbound: realAlpn = http/1.1
  • 2021/12/20 14:03:18 [Info] [1353847066] proxy/vless/inbound: realPath = /img/icons/favicon-32x32.png
  • 2021/12/20 14:03:18 [Info] [596330510] proxy/trojan: firstLen = 647
  • 2021/12/20 14:03:18 [Info] [596330510] proxy/trojan: fallback starts > proxy/trojan: not trojan protocol
  • 2021/12/20 14:03:32 [Info] [3022289542] proxy/vless/inbound: firstLen = 401
  • 2021/12/20 14:03:32 [Info] [3022289542] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version
  • 2021/12/20 14:03:32 [Info] [3022289542] proxy/vless/inbound: realName = v2ray.zpanda.xyz
  • 2021/12/20 14:03:32 [Info] [3022289542] proxy/vless/inbound: realAlpn = http/1.1
  • 2021/12/20 14:03:32 [Info] [3022289542] proxy/vless/inbound: realPath = /lengxivws
  • 2021/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' header
  • 2021/12/20 14:03:33 [Info] [3021218080] proxy/vless/inbound: firstLen = 401
  • 2021/12/20 14:03:33 [Info] [3021218080] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version
  • 2021/12/20 14:03:33 [Info] [3021218080] proxy/vless/inbound: realName = v2ray.zpanda.xyz
  • 2021/12/20 14:03:33 [Info] [3021218080] proxy/vless/inbound: realAlpn = http/1.1
  • 2021/12/20 14:03:33 [Info] [3021218080] proxy/vless/inbound: realPath = /lengxivws
  • 2021/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' header
  • 2021/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' header
  • 2021/12/20 14:03:36 [Info] [1703912455] proxy/vless/inbound: firstLen = 401
  • 2021/12/20 14:03:36 [Info] [1703912455] proxy/vless/inbound: fallback starts > proxy/vless/encoding: invalid request version
  • 2021/12/20 14:03:36 [Info] [1703912455] proxy/vless/inbound: realName = v2ray.zpanda.xyz
  • 2021/12/20 14:03:36 [Info] [1703912455] proxy/vless/inbound: realAlpn = http/1.1
  • 2021/12/20 14:03:36 [Info] [1703912455] proxy/vless/inbound: realPath = /lengxivws
  • 2021/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' header
  • 2021/12/20 14:03:38 [Info] [3021218080] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled
  • 2021/12/20 14:03:39 [Info] [3022289542] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled
  • 2021/12/20 14:03:41 [Info] [1703912455] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled[/ol]复制代码
  • 回复

    使用道具 举报

    47

    主题

    1689

    回帖

    4463

    积分

    论坛元老

    积分
    4463
    发表于 2021-12-20 13:57:13 | 显示全部楼层
    纯ipv6的除了德鸡其他的玩不明白,所以没上
    回复

    使用道具 举报

    11

    主题

    290

    回帖

    1001

    积分

    金牌会员

    积分
    1001
    发表于 2021-12-20 14:00:22 | 显示全部楼层
    这个脚本有问题,要套CF需要修改一个设置,我之前用的这个脚本就是这个问题

    回复

    使用道具 举报

    70

    主题

    153

    回帖

    854

    积分

    高级会员

    积分
    854
     楼主| 发表于 2021-12-20 14:00:26 | 显示全部楼层

    colla 发表于 2021-12-20 13:57

    纯ipv6的除了德鸡其他的玩不明白,所以没上

    搞了一通宵,还没解决 哎,现在困死了
    回复

    使用道具 举报

    70

    主题

    153

    回帖

    854

    积分

    高级会员

    积分
    854
     楼主| 发表于 2021-12-20 13:57:00 | 显示全部楼层

    烟火 发表于 2021-12-20 14:00

    这个脚本有问题,要套CF需要修改一个设置,我之前用的这个脚本就是这个问题 ...

    大佬 指点下 怎么搞
    回复

    使用道具 举报

    47

    主题

    1689

    回帖

    4463

    积分

    论坛元老

    积分
    4463
    发表于 2021-12-20 14:01:36 | 显示全部楼层

    darkt 发表于 2021-12-20 14:00

    搞了一通宵,还没解决 哎,现在困死了

    所以我干脆不折腾哈哈

    回复

    使用道具 举报

    11

    主题

    290

    回帖

    1001

    积分

    金牌会员

    积分
    1001
    发表于 2021-12-20 14:00:00 | 显示全部楼层

    darkt 发表于 2021-12-20 14:01

    大佬 指点下 怎么搞


    /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",这一行删了

    回复

    使用道具 举报

    8

    主题

    334

    回帖

    940

    积分

    高级会员

    积分
    940
    发表于 2021-12-20 14:02:49 | 显示全部楼层
    不会配置就别用Nginx
    [ol][*]bash 复制代码

    回复

    使用道具 举报

    15

    主题

    123

    回帖

    463

    积分

    中级会员

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

    使用道具 举报

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

    本版积分规则

    Archiver|手机版|小黑屋|HS2V主机综合交流论坛

    GMT+8, 2024-5-3 09:43 , Processed in 0.087444 second(s), 3 queries , Gzip On, Redis On.

    Powered by Discuz! X3.5

    © 2001-2023 Discuz! Team.

    快速回复 返回顶部 返回列表