jaideepjha / CANAPE.Core

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:C# 100.0%