baiqi-cf-worker-mihomo
Cloudflare Worker VLESS subscription script with built-in Mihomo provider and preferred IP sources.
File Explorer
- .gitignore
- ADD.example.txt
- calc-token.js
- config.example.json
- LICENSE
- README.md
- worker.js
- wrangler.toml.example
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
node
View Details ▼
node
Server-side JavaScript platform (Node.js).
node {{path/to/file}}
Run a JavaScript file:
node
Start a REPL (interactive shell):
node --watch {{path/to/file}}
Execute the specified file restarting the process when an imported file is changed (requires Node.js version 18.11+):
npx
View Details ▼
npx
This command is an alias of `npm exec`.
tldr npm exec
View documentation for the original command:
// repository documentation
Was this content helpful?
(0 ratings)
