Skip to content

Releases: Surfboardv2ray/v2ray-refiner

Version 1.2.1

Choose a tag to compare

@Surfboardv2ray Surfboardv2ray released this 01 Dec 18:03
c95fca6

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

Choose a tag to compare

@Surfboardv2ray Surfboardv2ray released this 25 Nov 14:23
e2b3a39

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

Choose a tag to compare

@Surfboardv2ray Surfboardv2ray released this 24 Oct 12:43
ed41f5b

Changes Regarding Issues

  • #1 The TLS-Worker allows other Cloudflare TLS Ports (8443, 2053, 2083, 2087, and 2096) in addition to port 443.

Additional Notes

  • worker.js is the Non-TLS version of the script.
  • _worker.js is the TLS version of the script.
  • Please refer to readme for instructions.

Version 1.0

Choose a tag to compare

@Surfboardv2ray Surfboardv2ray released this 10 Oct 19:00
ed41f5b

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.