A learning-focused HTTPS forward proxy in TypeScript that demonstrates how proxies work under the hood: CONNECT tunneling, TLS, Basic auth, DoH, private IP blocking, and per‑IP rate limiting.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
^16.4.5^24.9.1^4.20.6^5.9.324
commits
Merge branch 'main' of https://github.com/vibe-with-wyn/secure-web-proxy
b9baebcView on GitHubdocs: add comprehensive technical documentation covering architecture, HTTP CONNECT method, DoH, private IP detection, rate limiting, and more
eb4360fView on GitHubdocs: update README.md for enhanced project overview, features, and usage instructions
3efd0ebView on GitHubfeat: implement DoH support, basic auth, and connection rate limiting
e080a3bView on GitHubfeat: add example environment configuration file for customization
794ff80View on GitHubfeat: update package-lock.json to include dotenv dependency and its details
c5d3c2aView on GitHubfeat: add smoke test script for proxy health and functionality checks
121137fView on GitHubfeat: add self-signed certificate and private key for local development
f9e1362View on GitHub