前期准备:
worker.js脚本
- addEventListener('fetch', event => {
- event.respondWith(handleRequest(event.request))
- })
- async function handleRequest(request) {
- const url = new URL(request.url)
- const newUrl = new URL('http://域名:端口')
- newUrl.pathname = url.pathname
- newUrl.search = url.search
- return fetch(newUrl, request)
- }
(访问密码: 9054)
搭建Vless节点步骤:
1、更新软件包
##CentOS 命令
yum update -y
yum install curl wget -y
##Debian / Ubuntu 命令
apt update -y
apt install curl wget -y
2、安装X-UI
bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh)
3、搭建两个worker,将流量从域名代理到不同端口
worker创建好后,再创建触发器
4、访问x-ui面板,然后在
入站列表>添加入站
创建完节点后,V2ray 扫码导入,然后修改
5、优选IP
没有评论:
发表评论