Skip to content

tinyproxy-org/tinyproxy-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyProxy.NET

This project is a .NET rewrite of the upstream tinyproxy.

TinyProxy.NET is a lightweight HTTP/HTTPS proxy server implemented on .NET, focused on predictable performance and maintainable code.

Features

  • HTTP/1.0 and HTTP/1.1 forwarding
  • HTTPS CONNECT tunneling
  • Access control (ACL), URL filtering, and Basic Authentication
  • Transparent proxy mode
  • Reverse proxy routing
  • Upstream proxy support (HTTP, SOCKS4, SOCKS5)

Build, Test, Run

dotnet build src/TinyProxy/TinyProxy.csproj
dotnet test tests/TinyProxy.Tests/TinyProxy.Tests.csproj
dotnet run --project src/TinyProxy/TinyProxy.csproj -- -c tinyproxy.conf

About

Rewrite TinyProxy in .NET

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages