Giter Site home page Giter Site logo

v2ray一键 about xiaqijian.github.io HOT 5 OPEN

xiaqijian avatar xiaqijian commented on June 10, 2024
v2ray一键

from xiaqijian.github.io.

Comments (5)

xiaqijian avatar xiaqijian commented on June 10, 2024

第三方一键脚本

要求:Ubuntu 16+ / Debian 8+ / CentOS 7+ 系统
推荐使用 Debian 9 系统,脚本会自动启用 BBR 优化。

备注:不推荐使用 Debian 8 系统,因为 Caddy 申请证书可能会出现一些莫名其妙的问题

我们推荐使用 搬瓦工VPS,稳定,快速,针对**线路专门优化,完全无须担心跑路,服务好,30天退款保证。
在这里可以找到 搬瓦工 VPS 套餐大全 ,优惠码在这里: 搬瓦工 VPS 优惠码

使用 root 用户输入下面命令安装或卸载

bash <(curl -s -L https://git.io/v2ray.sh)

来源:https://233v2.com/post/1/

from xiaqijian.github.io.

xiaqijian avatar xiaqijian commented on June 10, 2024

多用户管理脚本

wget -O /usr/bin/sprov-ui -N --no-check-certificate https://download.o2oyc.com/seedc/sprov-ui/blob/sprov-ui.sh && chmod +x /usr/bin/sprov-ui && sprov-ui

来源:https://github.com/sprov065/sprov-ui

from xiaqijian.github.io.

xiaqijian avatar xiaqijian commented on June 10, 2024
bash <(curl -sL https://cdn.jsdelivr.net/gh/Misaka-blog/Xray-script@master/xray.sh)

按回车键,将出现如下操作菜单。如果菜单没出现,CentOS系统请输入 yum install -y curl,Ubuntu/Debian系统请输入 sudo apt install -y curl,然后再次运行上面的命令:

from xiaqijian.github.io.

xiaqijian avatar xiaqijian commented on June 10, 2024
bash <(curl -sL https://raw.githubusercontent.com/daveleung/hijkpw-scripts-mod/main/v2ray_mod1.sh)

from xiaqijian.github.io.

xiaqijian avatar xiaqijian commented on June 10, 2024

准备安装

更新服务器系统及脚本所依赖的安装包,参考如下命令更新服务器、安装 wget 和 curl 包。

CentOS

yum update -y && yum install wget -y && yum install curl -y

Debian / Ubuntu

apt-get update -y && apt-get install wget -y && apt-get install curl -y

Vmess+WebSocket+TLS+Nginx+Web 推荐安装

wget -N --no-check-certificate -q -O install.sh "https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_onekey/master/install.sh" && chmod +x install.sh && bash install.sh

VLESS+WebSocket+TLS+Nginx+Web


wget -N --no-check-certificate -q -O install.sh "https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_onekey/dev/install.sh" && chmod +x install.sh && bash install.sh

注意事项

每周日的凌晨3点,Nginx 会自动重启以配合证书的签发定时任务进行,在此期间,节点无法正常连接,预计持续时间为若干秒至两分钟。

管理命令

  • 启动 V2ray:systemctl start v2ray
  • 停止 V2ray:systemctl stop v2ray
  • 启动 Nginx:systemctl start nginx
  • 停止 Nginx:systemctl stop nginx

相关目录

  • Web 目录:/home/wwwroot/3DCEList
  • V2ray 服务端配置:/etc/v2ray/config.json
  • V2ray 客户端配置: ~/v2ray_info.inf
  • Nginx 目录: /etc/nginx

证书文件: /data/v2ray.key 和 /data/v2ray.crt 请注意证书权限设置

来源https://www.linuxv2ray.com/oneclick/wulabing-v2ray-one-click-script/

from xiaqijian.github.io.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.