URL
type
status
date
slug
summary
tags
category
icon
password
📝 [免费VPN-4] 免费VPS+Reality协议+Vision流控技术,无需域名和证书,打造自己的专属机场
上一篇我们通过IP优选将IP限制在了固定的区域,但IP还会在小范围跳动。今天我们通过申请亚马逊免费VPS,创建拥有独立IP、范围固定,真正属于自己的机场节点。平台上有许多自建节点教程,但对于许多没有网络基础的小伙伴来说难度还是不小的。今天小布就分享一种节点配置步骤少,操作相对容易,既符合现在的网络安全要求,又能满足使用的节点搭建方法。
工具链接:
亚马免费VPS申请
SSH工具:FinalShell
X-UI:
bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/956bf85bbac978d56c0e319c5fac2d6db7df9564/install.sh) 0.3.4.4
or
bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh)
代理客户端软件
Windows(v2rayN-免费):https://github.com/2dust/v2rayN/releases
Android(v2rayNG-免费):https://github.com/2dust/v2rayNG/releases
IOS(shadowrocket-收费):https://apps.apple.com/us/app/shadowrocket/id932747118
IP检测工具
IP纯净度检测工具
查找适合Reality的目标网站
ASN查询工具:https://tools.ipip.net/as.php
目标网站查询工具:https://fofa.info
查询命令:
asn=="16509" && country=="SG" && port=="443" && cert!="Let's Encrypt" && cert.issuer!="ZeroSSL" && status_code="200"
asn:(自治域号码)
port=="443" (端口)
cert!="Let's Encrypt" (不是Let's Encrypt类型的证书)
cert.issuer!="ZeroSSL"(证书颁发者不是ZeroSSL)
status_code="200"(HTTP 响应状态码,200的意思是Http请求成功)
Let's Encrypt与ZeroSSL都是免费证书,有效期都是90天
端口否被封检测
格式:https://ping.pe/123.123.123.123:20001
123.123.123.123 (vps-ip)
20001(vps登陆端口)
- 作者:小布
- 链接:https://www.smallstep.one/article/aws-vps
- 声明:本文采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。
相关文章