CANAPE.Core
CANAPE.Core copied to clipboard
A network proxy library written in C# for .NET Core based on CANAPE
Tls proxy is not working with netcore 3.0 properly, I think. Because magic byte is coming all wrong. https://i.imgur.com/aYpfpy5.jpg
Hello, in hopes that CANAPE is still supported (The commits on unix sockets say maybe yes), I added some infos on how to compile it with dotnet on docker. I'm...
The story for getting the application framework 1.1 on Core 2.0 isn't great, especially on Linux. As Canape Core should run quite happily when built for 2.0 we should update...
Improve code
Migrated CANAPE.Core from .NET Standard 2.0/.NET Core 2.0/3.0 to .NET 9.0. 1. **CANAPE.csproj** - Changed from `netstandard2.0` to `net9.0` 2. **CANAPE.Net.csproj** - Changed from `netstandard2.0` to `net9.0` 3. **CANAPE.Security.csproj** -...