curl -O https://raw.githubusercontent.com/atrandys/trojan/master/trojan_mult.sh && chmod +x trojan_mult.sh && ./trojan_mult.sh
一键安装BBR/暴力BBR/魔改BBR/BBRplus/锐速 (Lotserver)四合一脚本
wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" chmod +x tcp.sh ./tcp.sh
=======Telegram 群组
telegram 交流群:https://t.me/wulabing_v2ray
telegram 更新公告频道:https://t.me/wulabing_channel
准备工作
准备一个域名,并将A记录添加好。
V2ray官方说明,了解 TLS WebSocket 及 V2ray 相关信息
安装好 wget
安装/更新方式(h2 和 ws 版本已合并)
Vmess+websocket+TLS+Nginx+Website
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+Website
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
注意事项
如果你不了解脚本中各项设置的具体含义,除域名外,请使用脚本提供的默认值
使用本脚本需要你拥有 Linux 基础及使用经验,了解计算机网络部分知识,计算机基础操作
目前支持Debian 9+ / Ubuntu 18.04+ / Centos7+ ,部分Centos模板可能存在难以处理的编译问题,建议遇到编译问题时,请更换至其他系统模板
群主仅提供极其有限的支持,如有问题可以询问群友
每周日的凌晨3点,Nginx 会自动重启以配合证书的签发定时任务进行,在此期间,节点无法正常连接,预计持续时间为若干秒至两分钟===========================================================
Torjan Go + BBR speed Install on linux : ( need a domain to this IP )
bash <(curl -sL https://s.hijk.art/trojan-go.sh)
================SSR========================----------------
wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/ssr.sh && chmod +x ssr.sh && bash ssr.sh
wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/ss-go.sh && chmod +x ss-go.sh && bash ss-go.sh
==========v2ray服务搭建========no need domain=================
bash <(curl -s -L https://git.io/v2ray.sh)
---------------------------------------BBR----------------------------------------
支持系统:Centos 6+/Debian 8+/Ubuntu 14+,BBR魔改版不支持Debian 8。
wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
----------------------------------------------------------------------------
1、直接关闭防火墙
systemctl stop firewalld.service #停止firewall
systemctl disable firewalld.service #禁止firewall开机启动
2、设置 iptables service
yum -y install iptables-services
如果要修改防火墙配置,如增加防火墙端口3306
vi /etc/sysconfig/iptables
增加规则
-A INPUT -m state --state NEW -m tcp -p tcp --dport 3306 -j ACCEPT
保存退出后
systemctl restart iptables.service #重启防火墙使配置生效
systemctl enable iptables.service #设置防火墙开机启动
最后重启系统使设置生效即可
------------------------------------------------------------------------------------
启动/关闭iptables防火墙
重启后有效:
开启: chkconfig iptables on
关闭: chkconfig iptables off
重启后失效:
开启: service iptables start
关闭: service iptables stop
-----------------------------------------------