侧边栏壁纸
博主头像
WY博主等级

已枉少年

  • 累计撰写 22 篇文章
  • 累计创建 3 个标签
  • 累计收到 0 条评论
标签搜索

hysteria节点搭建教程(抄自不良林,据说速度会提升明显,有空试一下,慎用,VPS可能会被ban)

WY
WY
2022-05-06 / 0 评论 / 0 点赞 / 706 阅读 / 965 字
温馨提示:
本文最后更新于 2022-05-06,若内容或图片失效,请留言反馈。部分素材来自网络,若不小心影响到您的利益,请联系我们删除。

垃圾VPS线路的救星!hysteria节点搭建教程,让你的垃圾线路焕发第二春,吊打vmess、trojan、vless、Shadowscoks,歇斯底里节点搭建教程
=教程文档=
VPS注册教程:https://www.youtube.com/watch?v=3ivwo
(VPS)vultr新注册赠送100美金:https://vps.bulianglin.com/
(FinalShell)管理VPS工具:http://www.hostbuf.com/t/988.html
v2rayN:https://github.com/2dust/v2rayN

hysteria支持的客户端:https://github.com/HyNetwork/hysteria
hysteria官方教程:https://github.com/HyNetwork/hysteria

安装hysteria:wget https://github.com/HyNetwork/hysteria
设置执行权限:chmod 755 hysteria-linux-amd64

自签证书:
生成私钥:openssl ecparam -genkey -name prime256v1 -out ca.key
生成证书:openssl req -new -x509 -days 36500 -key ca.key -out ca.crt -subj “/CN=bing.com

hysteria服务端配置:
{
“listen”: “:9527”,
“cert”: “/root/hy/ca.crt”,
“key”: “/root/hy/ca.key”,
“obfs”: “password”
}

关闭防火墙:ufw disable
服务端后台运行:(youtube无法使用尖括号,请看视频内的命令)

hysteria客户端配置:
{
“server”: “ip:port”,
“obfs”: “password”,
“up_mbps”: 20,
“down_mbps”: 100,
“insecure”: true,
“socks5”: {
“listen”: “127.0.0.1:1080”
},
“http”: {
“listen”: “127.0.0.1:1081”
}
}

运行hysteria客户端:hysteria-tun-windows-6.0-amd64.exe client

0

评论区