snail007 / goproxy

🔥 Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port forwarding, SSH forwarding.Proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持内网穿透,链式代理,通讯加密,智能HTTP,SOCKS5代理,黑白名单,限速,限流量,限连接数,跨平台,KCP支持,认证API。

Home Page:https://snail007.host900.com/goproxy/manual/zh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When I install it I get an error:./install.sh: line 25: 6067 Segmentation fault (core dumped) proxy keygen -C proxy > /dev/null 2>&1

shadowqcom opened this issue · comments

Expected Behavior

I hope it installs normally

Current Behavior

./install.sh: line 25: 6067 Segmentation fault (core dumped) proxy keygen -C proxy > /dev/null 2>&1

Possible Solution

Steps to Reproduce

  1. wget https://mirrors.goproxyauth.com/https://github.com/snail007/goproxy/releases/download/v13.7/proxy-linux-amd64.tar.gz
  2. tar -zxvf proxy-linux-amd64.tar.gz
    3.wget https://mirrors.goproxyauth.com/https://raw.githubusercontent.com/snail007/goproxy/master/install.sh
    4.chmod +x install.sh
  3. ./install.sh

Context (Environment)

  1. proxy version is : v? 13.7
  2. full command is :?
  3. system is : Rocky 9
  4. full log is: ?

Detailed Description

Possible Implementation

the link is only for Linux x86_64 platform.

Linux version 5.14.0-284.25.1.el9_2.x86_64 (mockbuild@iad1-prod-build001.bld.equ.rockylinux.org) (gcc (GCC) 11.3.1 20221121 (Red Hat 11.3.1-4), GNU ld version 2.35.2-37.el9) #1 SMP PREEMPT_DYNAMIC Wed Aug 2 14:53:30 UTC 2023

This is my system information, which file should I choose?