注意⚠️
搭建完成后导入Hiddify 如果显示“超时”
这不是你搭建的问题,是Hiddify软件还太新,不稳定!不信你换个别的设备别的软件测试下试试,如sing-box
有两个解决方案:
1.在购买的vps那里从install Debian 10这里重新开始搭建一遍,再导入Hiddify 就能用。
2.直接配置sing-box,用这个软件。
我的电报群(进群实时交流):https://t.me/limingroup
我的电报官方频道:https://t.me/liminchannel
群里都是一些走资,办国外银行卡,U卡,港美股的朋友,欢迎志同道合的人进群交流。
一,准备工作
二,相关工具和介绍
翻墙软件:
首选:
Hiddify(支持全平台,苹果暂未上架): GitHub下载合集
1.Windows版可以直接从微软应用商店下载:点击跳转下载
V2rayN 科学上网工具下载:点击访问 (Windows电脑,如果你不清楚下载哪个文件,请下载 “zz_v2rayN-With-Core-SelfContained.7z” 解压使用)
sing-box客户端下载:点击访问 (macOS电脑,苹果手机-暂时下架,安卓手机)(配置方式在文章后面)
三,搭建 Hysteria 2
更新 VPS 系统,安装所需组件 (根据系统,自行选择命令)
1 |
|
安装Hysteria 2
过程中按照提示操作,具体看视频中演示
wget -N --no-check-certificate https://raw.githubusercontent.com/flame1ce/hysteria2-install/main/hysteria2-install-main/hy2/hysteria.sh && bash hysteria.sh
设置开机自启
1 | systemctl enable hysteria-server.service |
伪装网址:www.bing.com
⚠️注意:SSH中的红色部分,请单独复制保存下来!(见视频)
Hysteria 服务相关命令
1
2
3
4
5
6
7
8
# 查看状态及日志
systemctl status hysteria-server.service
# 停止Hysteria2
systemctl stop hysteria-server.service
# 设置开机自启
systemctl enable hysteria-server.service
# 重启
systemctl restart hysteria-server.service
1 | # 查看状态及日志 |
检查服务是否正常运行
# 查看状态及日志
systemctl status hysteria-server.service
如下图红框显示,表示配置正常。
至此,服务端设置完毕。
四,客户端配置
节点如果不能正常使用,请放行端口,请将以下命令复制到搭建工具,再点回车
iptables -I INPUT -p tcp --dport 443 -j ACCEPT
*请将 443 改为你节点的端口再使用
五,sing-box配置方法
一次配置,全平台都可以使用
请在ssh里面找到这一段红色内容
然后复制下方到文本中,修改,仅需修改三处内容!
Hysteria 2 客户端 YAML 配置文件 hy-client.yaml 内容如下,并保存到 /root/hy/hy-client.yaml
server: 89.119.3.161:29851
auth: m4c6aq78
tls:
sni: www.bing.com
insecure: true
quic:
sing-box 配置文件
请看清楚以下配置文件中的注释,请根据自己的需要,自行更改。
- {
- "dns": {
- "servers": [
- {
- "tag": "cf",
- "address": "https://1.1.1.1/dns-query"
- },
- {
- "tag": "local",
- "address": "223.5.5.5",
- "detour": "direct"
- },
- {
- "tag": "block",
- "address": "rcode://success"
- }
- ],
- "rules": [
- {
- "geosite": "category-ads-all",
- "server": "block",
- "disable_cache": true
- },
- {
- "outbound": "any",
- "server": "local"
- },
- {
- "geosite": "cn",
- "server": "local"
- }
- ],
- "strategy": "ipv4_only"
- },
- "inbounds": [
- {
- "type": "tun",
- "inet4_address": "172.19.0.1/30",
- "auto_route": true,
- "strict_route": false,
- "sniff": true
- }
- ],
- "outbounds": [
- {
- "type": "hysteria2",
- "tag": "proxy",
- "server": "ip", // VPS ip
- "server_port": 443, // 端口修改成自己的 见视频
- "up_mbps": 50, //上传速率,实际填写,过大会导致流量浪费
- "down_mbps": 200, //下载速率,实际填写,过大会导致流量浪费
- "password": "**********", //hysteria2 服务密码
- "tls": {
- "enabled": true,
- "server_name": "bing.com",
- "insecure": true
- }
- },
- {
- "type": "direct",
- "tag": "direct"
- },
- {
- "type": "block",
- "tag": "block"
- },
- {
- "type": "dns",
- "tag": "dns-out"
- }
- ],
- "route": {
- "rules": [
- {
- "protocol": "dns",
- "outbound": "dns-out"
- },
- {
- "geosite": "cn",
- "geoip": [
- "private",
- "cn"
- ],
- "outbound": "direct"
- },
- {
- "geosite": "category-ads-all",
- "outbound": "block"
- }
- ],
- "auto_detect_interface": true
- }
- }
Windows客户端
macOS 客户端
iPhone 客户端
发表评论