UNPKG

@ajejoseph22/proxx

Version:

A lightweight HTTPS/HTTP proxy server with bandwidth tracking, basic auth and real-time analytics.

5 lines (3 loc) 91 B
#!/usr/bin/env node import { initProxy } from "../src"; initProxy().catch(console.error);