Releases: Surfboardv2ray/v2ray-refiner
Releases · Surfboardv2ray/v2ray-refiner
Version 1.2.1
Minor fixes
- Fixed an issue regarding vmess parsing logic in tls refiner
Tip
To deploy using Cloudflare Pages, create a Cloudflare pages using direct upload and hit "Upload Assets". Then upload the corresponding Zip file and hit deploy.
Note
worker.js
is the non-TLS, and _worker.js
is the TLS version of the script.
Please refer to readme for detailed instructions.
Version 1.2
Big UPDATE!!
- Leverage CLOUDFLARE PAGES in addition to CF Workers.
- UI Redesign
Tip
To deploy using Cloudflare Pages, Create a Cloudflare pages using direct upload and hit "Upload Assets". Then upload the corresponding Zip file and hit deploy.
Caution
worker.js
is Non-TLS
and _worker.js
is the TLS version of the script.
Please refer to readme for instructions.
Version 1.1
Version 1.0
Access your configs by handling websocket requests via Cloudflare.
worker.js
is the Non-TLS version of the script._worker.js
is the TLS version of the script.