环境介绍:

操作系统:ubuntu 20.04

工具:

#kejilion脚本:
curl -sS -O https://raw.githubusercontent.com/kejilion/sh/main/kejilion.sh && chmod +x kejilion.sh && ./kejilion.sh
#路由追踪:
curl nxtrace.org/nt |bash

面板设置:

安装x-ui或者3x-ui(二选一)

#安装x-ui
bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh)
#安装3x-ui(需要有域名)
bash <(curl -Ls https://raw.githubusercontent.com/xeefei/3x-ui/master/install.sh)

等待脚本下载完毕,设置好自己的用户名、密码、端口、入站路劲

使用IP+端口/入站路劲访问控制面板(注意!!!如果安装完成cpu长时间高占用的话直接rebbot)

ip:port/path

入站设置教程

入站设置

Reality寻找适合的目标网站

查询ASN:https://tools.ipip.net/as.php

寻找目标:https://fofa.info

asn="your_ASN" && country=="your_nation" && port=="443" && cert!="Let's Encrypt" && cert.issuer!="ZeroSSL" && status_code="200" && tls.version="TLS 1.3"

检测端口是否被封

https://tcp.ping.pe/

防火墙:

关闭防火墙

sudo ufw disable

放行端口

sudo ufw 端口