Skip to content
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.

jchristn/PuppyProxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PuppyProxy

A simple C# web proxy with support for CONNECT requests.

New in v1.1.1

  • Fix for multi-platform

Refer to CHANGELOG.md for previous versions.

Getting Started

PuppyProxy is targeted to both .NET Core and .NET Framework. You MUST run PuppyProxy as an administrator.

.NET Core

# dotnet PuppyProxy.dll

.NET Framework

> PuppyProxy.exe

Testing

You can set your proxy in Internet Options to point to PuppyProxy for both HTTP and HTTPS on the default IP address of 127.0.0.1 and port 8000.

Alternatively, you can specify a proxy address while using cURL by using -x http://127.0.0.1:8000.

About

A simple HTTP proxy in C# including support for HTTP CONNECT tunneling

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages