Giter Club home page Giter Club logo

tvonekey's Introduction

V2一鍵mKCP安裝純净極速版+BBR+iptables安全代码

加了强化VPS安全的iptable规则代码,反扫描,拉黑IP,10个月,反攻击;

bash <(curl -Ls https://raw.githubusercontent.com/mikewubox/tvonekey/master/mkcp/install.sh)

Debian10常用软件包

root用户下安装

#apt-get -y update && apt-get -y install unzip zip wget curl mc nano sudo ufw socat ntp ntpdate gcc git

CentOS8常用软件包

root用户下安装

#yum -y update && yum -y install unzip zip wget nano sudo curl firewalld redhat-lsb epel-release socat gcc git

加速優化(效果咋樣,見仁見智)

原版BBR加速

修改系统变量

#echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf

#echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf

保存生效

#sysctl -p

查看内核是否已开启BBR

#lsmod | grep bbr

返回值有 tcp_bbr 模块即说明 bbr 已启动

TLS开启OSCP

#openssl s_client -connect yourzzz.ml:443 -status -tlsextdebug < /dev/null 2>&1 | grep -i "OCSP response"

TCP fastopen

#echo 3 > /proc/sys/net/ipv4/tcp_fastopen

收集一键脚本,所有权利归原作者所有。

除了官网一键代码,各路大神的大多数原版一键脚本已删贴走人隐居甚至失效。

独立版官方克隆脚本

#bash <(curl -Ls https://raw.githubusercontent.com/mikewubox/tvonekey/master/go.sh)

手动本地安装

先上传go.sh+安装包到VPS

安装bash go.sh --local ./v2ray-linux-64.zip

删除bash go.sh --remove

时间校正、配置、启动与其他方式一样

基于Nginx 的 vmess+ws+tls 一键安装脚本

#bash <(curl -L -s https://raw.githubusercontent.com/mikewubox/V2Ray_ws-tls_bash_onekey/master/install.sh) | tee v2ray_ins.log

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.