All Projects → kirin10000 → V2ray Websocket Tls Web Setup Script

kirin10000 / V2ray Websocket Tls Web Setup Script

V2Ray-WebSocket ws +TLS 1.3 +Web 搭建/管理脚本

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to V2ray Websocket Tls Web Setup Script

mos-tls-tunnel
Archived. Check this out https://github.com/IrineSistiana/simple-tls
Stars: ✭ 21 (-86.45%)
Mutual labels:  tls, tls13
Wolfmqtt
wolfMQTT is a small, fast, portable MQTT client implementation, including support for TLS 1.3.
Stars: ✭ 316 (+103.87%)
Mutual labels:  tls, tls13
wolfssl-py
Python wrapper for wolfSSL embedded SSL/TLS library.
Stars: ✭ 30 (-80.65%)
Mutual labels:  tls, tls13
dheater
D(HE)ater is a proof of concept implementation of the D(HE)at attack (CVE-2002-20001) through which denial-of-service can be performed by enforcing the Diffie-Hellman key exchange.
Stars: ✭ 142 (-8.39%)
Mutual labels:  tls, tls13
Xray onekey
Xray 基于 Nginx 的 VLESS + XTLS 一键安装脚本
Stars: ✭ 7,012 (+4423.87%)
Mutual labels:  v2ray, tls
idris2-tls
A portable idris2 implementation of TLS
Stars: ✭ 25 (-83.87%)
Mutual labels:  tls, tls13
ssldump
ssldump - (de-facto repository gathering patches around the cyberspace)
Stars: ✭ 160 (+3.23%)
Mutual labels:  tls, tls13
v2ray-tls-websocket-nginx
🌎The ULTIMATE V2Ray proxy configuration powered by Project V.
Stars: ✭ 29 (-81.29%)
Mutual labels:  tls, v2ray
Blinksocks
A framework for building composable proxy protocol stack.
Stars: ✭ 587 (+278.71%)
Mutual labels:  v2ray, tls
Illustrated Tls13
The Illustrated TLS 1.3 Connection: Every byte explained
Stars: ✭ 372 (+140%)
Mutual labels:  tls, tls13
V2ray Agent
(VLESS+TCP+TLS/VLESS+TCP+XTLS/VLESS+gRPC+TLS/VLESS+WS+TLS/VMess+TCP+TLS/VMess+WS+TLS/Trojan+TCP+TLS/Trojan+gRPC+TLS/Trojan+TCP+XTLS)+伪装站点、八合一共存脚本,支持多内核安装
Stars: ✭ 4,133 (+2566.45%)
Mutual labels:  v2ray, tls
Wolfssl
wolfSSL (formerly CyaSSL) is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3!
Stars: ✭ 1,098 (+608.39%)
Mutual labels:  tls, tls13
Sslyze
Fast and powerful SSL/TLS scanning library.
Stars: ✭ 2,623 (+1592.26%)
Mutual labels:  tls, tls13
Atls
A light TLS implementation used for learning: TLS 1.0 TLS 1.1 TLS 1.2 TLS 1.3 GMSSL 1.1(国密SSL) based on libcrypto.so.
Stars: ✭ 134 (-13.55%)
Mutual labels:  tls, tls13
Tlsfuzzer
SSL and TLS protocol test suite and fuzzer
Stars: ✭ 335 (+116.13%)
Mutual labels:  tls, tls13
Docker Nginx Http3
Alpine Linux image with Nginx 1.19.4 (mainline) with HTTP/3 (QUIC), TLSv1.3, 0-RTT, brotli, NJS support, and 10 MB size. All built on the bleeding edge for max performance. Built on the edge, for the edge.
Stars: ✭ 820 (+429.03%)
Mutual labels:  tls, tls13
Tlslite Ng
TLS implementation in pure python, focused on interoperability testing
Stars: ✭ 119 (-23.23%)
Mutual labels:  tls, tls13
Google Mirrors
Google谷歌、Wikipedia维基百科、谷歌学术镜像2021年1月最新 新增各种镜像站
Stars: ✭ 146 (-5.81%)
Mutual labels:  v2ray
Aspnetcorecertificates
Certificate Manager in .NET Core for creating and using X509 certificates
Stars: ✭ 135 (-12.9%)
Mutual labels:  tls
Cgproxy
Transparent Proxy with cgroup v2。透明代理,配合v2ray/Qv2ray食用最佳
Stars: ✭ 151 (-2.58%)
Mutual labels:  v2ray

V2Ray-WebSocket(ws)+TLS(1.3)+Web搭建/管理脚本

也许你在找VLESS-TCP+TLS+Web搭建/管理脚本

https://github.com/kirin10000/V2Ray-TLS-Web-setup-script

脚本特性

1.集成 多版本bbr/锐速 安装选项

2.支持多种系统 (Ubuntu CentOS Debian deepin fedora ...)

3.集成TLS配置多版本安装选项

4.集成删除阿里云盾和腾讯云盾功能 (仅对阿里云和腾讯云服务器有效)

5.使用nginx作为网站服务和进行WebSocket反向代理

6.使用acme.sh自动申请域名证书

7.自动更新域名证书

注意事项

1.此脚本需要一个解析到服务器的域名 (支持cdn)

2.有些服务器443端口被阻断,使用这个脚本搭建的无法连接

3.在不同的ssh连接工具上文字的颜色显示不一样,有的看起来非常奇怪,还请谅解 (本人使用的是xshell)

安装时长说明

此脚本的安装时间比较长,根据VPS的配置以及安装时的选项不同,安装时长在 5-60分钟 不等。 对于一台单核1G内存的VPS来说,不选择更新系统,安装时长在20分钟左右。

所以本脚本不适合反复重置系统安装,这会消耗您的大量时间。 本脚本适合安装一次后长期使用,如果需要更换配置和域名等,在管理界面都有相应的选项。

为什么脚本安装时间那么长?

之所以时间相比别的脚本长,有三个原因:

1.集成了安装bbr的功能
2.集成更新系统及软件包的功能
3.(主要原因) 脚本的Nginx(即Web服务器)是采用源码编译的形式,其它脚本通常直接获取二进制程序

其中安装bbr和更新系统及软件包可以选择跳过,在一定程度上缩短时间。 (并不推荐您这么做)

Nginx之所以采用编译的形式,主要考虑到的主要原因为:

1.便于管理
2.便于适配多种系统

编译相比直接安装二进制文件的优点有:

1.运行效率高 (编译时采用了-O3优化)
2.软件版本新 (可以对比本脚本与其他脚本Nginx的版本)

缺点就是编译耗时长

脚本使用说明

1. 安装wget

Debian基系统(包括Ubuntu、Debian、deepin):

[[ "$(type -P wget)" ]] || apt -y install wget || (apt update && apt -y install wget)

Red Hat基系统(包括CentOS、fedora):

[[ "$(type -P wget)" ]] || dnf -y install wget || yum -y install wget

2. 获取/更新脚本

wget -O "V2Ray-WebSocket(ws)+TLS(1.3)+Web-setup.sh" --no-check-certificate "https://github.com/kirin10000/V2Ray-WebSocket-TLS-Web-setup-script/raw/master/V2Ray-WebSocket(ws)+TLS(1.3)+Web-setup.sh"

3. 增加脚本可执行权限

chmod +x "V2Ray-WebSocket(ws)+TLS(1.3)+Web-setup.sh"

4. 执行脚本

./"V2Ray-WebSocket(ws)+TLS(1.3)+Web-setup.sh"

5. 根据脚本提示完成安装

1.本文链接(官网):https://github.com/kirin10000/V2Ray-WebSocket-TLS-Web-setup-script

2.参考教程:https://www.v2fly.org/config/overview.html https://guide.v2fly.org/

3.域名证书申请:https://github.com/acmesh-official/acme.sh

4.bbr脚本来自:https://github.com/teddysun/across/blob/master/bbr.sh

5.bbr2脚本来自:https://github.com/yeyingorg/bbr2.sh (Ubuntu Debian) https://github.com/jackjieYYY/bbr2 (CentOS)

6.bbrplus脚本来自:https://github.com/chiakge/Linux-NetSpeed

7.此脚本仅供交流学习使用,请勿使用此脚本行违法之事。网络非法外之地,行非法之事,必将接受法律制裁!!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].