Thanks to visit codestin.com
Credit goes to github.com

Skip to content

coxmic/CANAPE.Core

 
 

Repository files navigation

CANAPE.Core - (c) James Forshaw 2017

A network proxy library written in C# for .NET Core based on CANAPE. Licensed under GPLv3.

It should work on any platform with .NET Standard support 2.0, so .NET Core 2.0.5 and .NET Framework 4.7.1 on Windows, Linux and macOS should be suitable as well as recompiling for .NET framework and Mono.

To use either compile with Visual Studio 2017 with .NET Core support or from the command line do the following (replace netcoreapp3.0 with netcoreapp2.0 if using 2.X framework):

dotnet build CANAPE.Cli/CANAPE.Cli.csproj -c Release -f netcoreapp3.0
cd CANAPE.Cli/bin/Release/netcoreapp3.0
dotnet exec CANAPE.Cli.dll Examples/SocksProxy.csx --color

About

A network proxy library written in C# for .NET Core based on CANAPE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%