Skip to content

sahar-km/zizifn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zizifn

Zizifn Edge tunnel is a proxy tool based on Cloudflare workers and Pages, supporting multiple protocols and configuration options.

Cloudflare pages

Environment Variables

variables required for Constructing pages.dev

variables Examples Values
UUID 206b7ab3-2b7b-4784-9839-c617c7f73ce4 To generate your own UUID refer to
UUID
PROXYIP nima.nscl.ir
turk.radicalization.ir
To find proxyIP
ProxyIP

Cloudflare workers

If you intend to create a worker, you can proceed similarly to the page and utilize the same variables;

however, it is also possible to modify them directly within the code.
To do this, you need to replace your "UUID" 1 value in line 23 of "src/worker-vless.js file" 2 , and the ProxyIP can be adjusted from line 26.

You can find some "proxyIPs" 3 from this great repository, and there is even a guide on how to find new proxies included in the repo.

View Configuration

  • Visit your domain: https://your-domain.pages.dev
  • Use specific UUID: domain/uuid
  • Get subscription content: visit domain/uuid
  • For Example: https://zizifn-env.pages.dev/9ff8589993d34-4560-a1f0-5dc5b127fb00

Credits

Many thanks to our awesome Chinese buddy, zizifn! 4

Footnotes

  1. UUID Generator

  2. src/worker-vless.js

  3. List of ProxyIP

  4. https://github.com/zizifn/edgetunnel

About

serverless runtime

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%