KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#claude-code
#cli
#windows
#codex
#developer-tools
#dsh
cfxhttp
★ 47
Open GitHub ↗
vless xhttp cloudflare
Download README (.md)
Explore Similar Repositories
shodan-mcp-server
:
A Model Context Protocol server that provides access to Shodan API functionality
EchoX
:
EchoX: Towards Mitigating Acoustic-Semantic Gap via Echo Training for Speech-to-Speech LLMs
tinytask
:
类似协程的轻量级任务调度系统、裸机框架 Coroutine-like Lightweight Task Scheduling System and Bare Metal Framework
CVE-2024-56145
:
Unauthenticated RCE on CraftCMS when PHP `register_argc_argv` config setting is enabled
ObliqueMap
:
Automatic Texture Mapping Software for Oblique Photogrammetry Models
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
cfxhttp
?
Download (.md)
简体中文 | [English](./docs/en.md) 在Cloudflare workers 中部署 vless.xhttp 协议的代理服务器。 #### 使用方法 1. 前置要求,拥有一个由CF托管的一级域名 1. 在CF控制面板的 `网络` 配置中启用 `gRPC` 功能 1. 在DNS配置中添加一个二级域名的A记录,随意填入一个 IPv4 地址,开启小黄云 1. 新建一个 workers, 把 `src/index.js` 里面的代码复制进去 1. 在 worker 的配置页面添加路由,指向上面添加的二级域名,例如: `sub.your-website.com/*` 代码顶部有几个配置项: UUID 这个不用解释了吧 PROXY 反代 CF 网页的服务器,格式: `cfproxy.com` 这些配置项也可以在 workers 的环境变量界面中配置。环境变量的优先级更高。 一切顺利的话,访问 `https://sub.your-website.com` 会看到 `Hello world!` 访问 `https://sub.your-website.com/xhttp/?uuid=YOUR-UUID` 查看 `config.json` #### 注意事项 * 这个脚本很慢,不要有太高的期望 * 使劲薅,免费的资源就会消失,且用且珍惜 #### 感谢 很多代码抄袭自某个项目的,但找不到原项目了,欢迎认领。