banner
andrewji8

Being towards death

Heed not to the tree-rustling and leaf-lashing rain, Why not stroll along, whistle and sing under its rein. Lighter and better suited than horses are straw sandals and a bamboo staff, Who's afraid? A palm-leaf plaited cape provides enough to misty weather in life sustain. A thorny spring breeze sobers up the spirit, I feel a slight chill, The setting sun over the mountain offers greetings still. Looking back over the bleak passage survived, The return in time Shall not be affected by windswept rain or shine.
telegram
twitter
github

Cloudflare's latest deployment of free nodes, with multiple nodes available for easy selection

Project link: https://github.com/cloudflare8/Cloudflare-worker-vpn/blob/main/Cloudflare%20worker%2001

image

  1. Register and set up a Cloudflare account
    1.1 If you do not have a Cloudflare account yet, visit the Cloudflare registration page to create one.

1.2 After logging into Cloudflare, click on the "Workers" tab in the dashboard.

1.3 If this is your first time using Cloudflare Workers, you may need to set up a Workers subdomain. Follow the prompts to complete the setup.

  1. Create a new Cloudflare Worker
    2.1 In the Cloudflare Workers dashboard, click on "Create a Service".

2.2 Enter a service name, such as vpn-worker-service, and select "HTTP handler" as the template, then click on "Create service".

2.3 Once created, you will be taken to the Worker editing page.

  1. Copy code from GitHub to Cloudflare Worker
    3.1 Open the Cloudflare-worker-vpn project in your browser.

3.2 Open the Cloudflare worker 01 file and copy all the code from there.

3.3 Go back to the Cloudflare Worker editing page and replace the default code with the code copied from GitHub.

  1. Add UUID variable
    4.1 In the Cloudflare Worker editing page, add the UUID variable.

  2. Deploy and test Cloudflare Worker

5.1 Click on the "Save and Deploy" button at the top right of the page to deploy your Worker to Cloudflare.

5.2 After deployment, click on the "Preview" button in "Quick Edit" to test if the generated VPN subscription link is working correctly.

5.3 If everything is working fine, you will be able to access your VPN service through the link containing the UUID.

  1. Completion
    Your Cloudflare Worker has now been successfully deployed and includes a custom UUID variable. You can use the generated link to access the VPN service.
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.