X-UI面板快速搭建和配置
一、部署安装 GitHub项目地址:https://github.com/FranzKafkaYu/x-ui 1. 复制粘贴以下代码,并运行: bash bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-...
centos7.x搭建Tor私人网桥
1. 下载并安装 Tor bash yum install tor -y 2. 安装 obfs4 通过python进行编译安装 安装所需依赖软件模块 bash yum install make automake gcc python-pip python-devel libyaml-devel...
dns 解锁
1. 安装dnsmasq bash yum install dnsmasq -y
v2board后端对接-XrayR-V2ray-ws-tls-cdn
确保v2board版本在1.2.5及以上 一、安装与更新 bash bash <(curl -Ls https://raw.githubusercontent.com/XrayR-project/XrayR-release/master/install.sh) 二、域名配置 将域名托管到clou...
v2board后端对接 soga
确保v2board版本在1.2.5及以上 一、安装与更新 bash bash <(curl -Ls https://raw.githubusercontent.com/sprov065/soga/master/install.sh) 二、同步时间(重要) v2ray 节点需要进行时间同步,时间若...
v2board后端对接 套cloudfront解决被墙和提升速度
一、准备工作 参照文章v2board后端对接-XrayR创建一个可用的节点。 二、配置 AWS CloudFront 1. 创建aws账号 2. 在aws后台直接搜-CloudFront-创建分配 3. 创建分配配置: - 源域:cloudflared托管的域名 - 协议:仅 HT...
v2board后端对接v2ray-warp使用Cloudflare-WARP解锁chatgpt-流媒体
一、部署安装 GitHub 项目地址:[https://github.com/FranzKafkaYu/x-ui][1] 1. 复制粘贴以下代码,并运行: bash bash <(curl -Ls https://raw.githubusercontent.com/FranzKafk...
v2ray搭建
一、v2ray官方安装 bash bash <(curl -s -L https://git.io/v2ray.sh) 二、v2ray-agent安装 v2ray-agent 八合一脚本:https://github.com/mack-a/v2ray-agent
一键搭建Telegram的MTProto代理
1.同步时间 CentOS 7 yum install -y ntp systemctl enable ntpd ntpdate -q 0.rhel.pool.ntp.org systemctl restart ntpd Debian 9 / Ubuntu 16...
安装谷歌三件套服务框架
三件套包含: - Google服务框架 - Google Play Service - Google Play Store Google服务框架 下载地址:https://www.apkmirror.com/apk/google-inc/google-services-framework/ 首先点...
搭建v2board前端
一、配置宝塔 你需要在宝塔选择你的系统获得安装方式。这里以 CentOS 7+ 作为系统环境进行安装。 宝塔官方 安装完成后我们登陆宝塔进行环境的安装。 选择使用LNMP的环境安装方式勾选如下信息: - ☑️ Nginx 1.17 - ☑️ MySQL 5.6 - ☑️ PHP 7.3 选择快速编译...