Vercel translates the api/ directory into individual serverless endpoints. When a user requests a URL through the unblocker, the Vercel function: Receives the target URL as a parameter. Initiates a server-side request to that URL.
Deploying on Vercel is a common way to create a personal proxy for bypassing simple network filters. However, because Vercel uses Serverless Functions rather than persistent servers, you need a specific configuration to make it work. 🚀 Deployment Guide node unblocker vercel