Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【ubuntu】命令行代理 #4

Open
Triment opened this issue Jul 30, 2021 · 0 comments
Open

【ubuntu】命令行代理 #4

Triment opened this issue Jul 30, 2021 · 0 comments

Comments

@Triment
Copy link
Owner

Triment commented Jul 30, 2021

本地搭建http文件服务
放入v2ray的安装包和dat文件
使用v2ray安装脚本

https://github.com/v2fly/fhs-install-v2ray

更改install-release.sh 280行

download_v2ray() {
  DOWNLOAD_LINK="https://本地http服务地址/v2ray-linux-下载版本.zip"
  echo "Downloading V2Ray archive: $DOWNLOAD_LINK"

运行命令

sudo ./install-release.sh

编辑好配置运行

service v2ray start

配置客户端

sudo apt install -y proxychains

修改配置文件vi /etc/proxychains.conf

socks4  127.0.0.1 10808
socks5 127.0.0.1 10808
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant