使用一键脚本,部署 Hysteria 2(歇斯底里)协议节点

转自:https://blog.misaka.rest/2023/09/02/hysteria2-script/

wget -N --no-check-certificate https://raw.githubusercontent.com/Misaka-blog/hysteria-install/main/hy2/hysteria.sh && bash hysteria.sh

wget -N --no-check-certificate https://gost.520me.eu.org/hysteria.sh && bash hysteria.sh

相信大家肯定对 Hysteria 协议应该也不陌生了。虽然 Hysteria 协议可以利用 UDP 协议进行暴力加速,带给我们相对其他协议来讲,比较快的网速体验。但是这个协议却对一些主机商的 VPS 不太友好,会违反他们的 TOS 协议。在 Hysteria 2 中,几乎完全重写了 Hysteria 原有的代码,包括新的协议、新的功能和各种改进。在其发布之后,我于是将博客项目的 Hysteria 脚本第一时间适配了 Hysteria 2。这篇文章就来和大家一起讲解如何使用 Hysteria 2 及一键脚本。

准备材料
一台 VPS,并确保没屏蔽 UDP 协议
部署步骤
SSH 进入 VPS,输入以下命令
wget -N —no-check-certificate https://raw.githubusercontent.com/Misaka-blog/hysteria-install/main/hy2/hysteria.sh && bash hysteria.sh
输入 1 进行安装
@main/20230902193925.png"">

选择证书申请方式、传输协议,设置连接端口以及密码。可以使用端口跳跃功能也可以不用,如需使用端口跳跃功能设置起始和结束端口即可。最后设置伪装网页地址即可

@main/20230902194014.png"">
安装完成后,脚本将会提示 Hysteria 2 的节点文件配置内容

@main/20230902194121.png"">
可以进入脚本,输入4选项,修改服务端和客户端配置文件
@main/20230902193925.png"">
客户端配置
v2rayN
首先在此:https://github.com/apernet/hysteria/releases/ 下载客户端。(Windows 的一般下载 hysteria-windows-amd64-avx.exe 或 hysteria-windows-amd64.exe),解压至v2rayN的bin/hysteria目录中,并重命名为hysteria-windows-amd64.exe
@main/20230902195837.png"">

依次点击“服务器”→“添加自定义服务器”
@main/20230408030920.png"">

输入别名、导入脚本生成的 json 文件,Core 类型选择 hysteria,端口输入 5080
@main/20230902195753.png"">

由于 Hysteria 在 V2rayN 为自定义配置节点,故不能使用平常用的真链接和测速进行测试节点连通性。所以说只能依靠链接来测试连通性
@main/20230408031131.png"">

Nekoray / Nekobox
可以在软件使用分享链接以导入节点,以下为手动配置说明

将其更新为最新版,然后打开手动配置,类型选择 Hysteria2。输入服务器 IP 及端口、认证密码及 SNI 地址。如为自签证书请勾选“不检查服务器证书”即可
@main/20230909003549.png"">

Nekobox for Android
可以在软件使用分享链接以导入节点,以下为手动配置说明

https://github.com/MatsuriDayo/NekoBoxForAndroid/releases 下载最新版的 Nekobox (一般下载 NB4A-1.2.4-arm64-v8a.apk),并安装
@main/20230913234854.png"">

安装完 Nekobox 之后,打开 Nekobox,然后点击手动输入(或者是从脚本复制链接)→ Hysteria
@main/20230906004041.png"">

根据脚本文件配置内容,输入服务器 IP 地址和端口、认证密码(输入在认证载荷,切记!!!),SNI(服务器名称表示)地址输入必应或者是自己的域名地址,将允许不安全链接打开即可
@main/20230906004129.png"">