Hysteria2一键安装教程,小白福利一条命令搞定Hysteria2搭建,最简单的Hysteria2教程!
需要一个国外的vps
一、准备一个VPS服务器(Debian)
二、下载搭建工具Shell
三、更新 VPS 系统,安装组件
apt update -y
apt install curl sudo -y
四、Hysteria 2 一键安装脚本
wget -N --no-check-certificate https://raw.githubusercontent.com/flame1ce/hysteria2-install/main/hysteria2-install-main/hy2/hysteria.sh && bash hysteria.sh
复制以上内容到你的服务器 回车
---------- V2Ray 配置信息 -------------
五、Hysteria 服务相关命令
systemctl start hysteria-server.service # 启动 hysteria 服务
systemctl enable hysteria-server.service # 设置 hysteria 服务 开机自启
systemctl restart hysteria-server.service # 重启 hysteria 服务
systemctl stop hysteria-server.service # 停止 hysteria 服务
systemctl status hysteria-server.service # 查看 hysteria 服务 状态
评论 (0)