常用脚本-面板-证书Ubuntu22

Ubuntu22

更新

apt update

升级 

apt upgrade

 开启IPV6

net.ipv6.conf.all.disable_ipv6 = 0
net.ipv6.conf.default.disable_ipv6 = 0
net.ipv6.conf.lo.disable_ipv6 = 0
#在主机里的etc->sysctl.conf 打开将里面的1全部改成0

 重启

reboot

 开启BBR

echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p
lsmod | grep bbr

BT——婆姐版 

wget -O install.sh http://bt-cloud.us/install/install_6.0.sh && bash install.sh

安装防火墙

sudo apt install ufw

 开放TCP所有端口

sudo ufw allow 1:65535/tcp

开放UDP所有端口

sudo ufw allow 1:65535/udp

 查看端口状态

sudo ufw status verbose

安装Nginx

apt install nginx

启动防火墙

sudo ufw enable

 禁用防火墙

sudo ufw disable

根据规则号删除防火墙

sudo ufw status numbered
sudo ufw delete 3

PageG

GitHub - cmliu/edgetunnel: 在原版的基础上修改了显示 VLESS 配置信息转换为订阅内容。使用该脚本,你可以方便地将 VLESS 配置信息使用在线配置转换到 Clash 或 Singbox 等工具中。

GitHub - 3Kmfi6HP/EDtunnel: Use Cloudflare pages and worker serverless to implement VLESS protocol

https://github.com/zizifn/edgetunnel

 V2-Xr-Sing

https://github.com/233boy

bash <(wget -qO- -o- https://github.com/233boy/sing-box/raw/main/install.sh)

八合一13k

mack-a · GitHub

wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh

X面板YG

GitHub - yonggekkk/x-ui-yg: x-ui精简修改版脚本,集成argo固定、临时隧道功能,支持多节点聚合订阅、sing-box订阅、clash-meta订阅的配置输出

bash <(curl -Ls https://raw.githubusercontent.com/yonggekkk/x-ui-yg/main/install.sh)

X面板FK

GitHub - FranzKafkaYu/x-ui: Lightweight Xray panel with multi-protocol and multi-user on the same port,supports English language and Telegram bot. Easy to use and easy to manage.

bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh)

MT-GO1

GitHub - whunt1/onekeymakemtg: 编译安装最新版 mtproxy-go 一键脚本

wget -N --no-check-certificate https://github.com/whunt1/onekeymakemtg/raw/master/mtproxy_go.sh && chmod +x mtproxy_go.sh && bash mtproxy_go.sh

MT-GO2-选第三个

GitHub - ChellyL/Docker-mtproto: 安装docker版mtproto的脚本

wget https://raw.githubusercontent.com/ChellyL/Docker-mtproto/main/go_mtg.sh && bash go_mtg.sh

 客户端

2dust · GitHub

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值