ChenAlien / Socks5Server

基于.net Core 3.0实现的Socks5代理服务

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

使用C#语言基于.net core3.0实现的Socks5代理

说明

  1. 目前项目基本完整的实现了Socks5的TCP代理.
  2. 基于.net core3.0的跨平台,理论上可在linux上运行,效果未进行测试.

待开发功能

  1. UDP实现
  2. 加密流

Socks5 proxy based on. Net core 3.0 in C

Explain

  1. At present, the project basically realizes the TCP proxy of Socks5

  2. Based on the cross platform of. Net core 3.0, it can run on Linux in theory, but the effect is not tested

Functions to be developed

  1. UDP implementation

  2. encryption flow

About

基于.net Core 3.0实现的Socks5代理服务


Languages

Language:C# 100.0%