Skip to content

unixc3t/Socks5Server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

一个基于.net 7的高性能socks5代理服务端

1.如何使用?

1.1 配置服务端

appsettings.json:

  "ServerConfig": {
    "Port": 8333,//服务端端口
    "NeedAuth": true,//是否启动认证
    "AuthVersion": 1
  }
1.2 还原数据库结构

使用efcore命令还原数据库架构

安装efcore tool
dotnet tool install --global dotnet-ef
还原更新数据库
dotnet ef database update

默认管理员用户名密码:admin/123456

2.使用

2.1 启动服务端
2.2 使用代理软件如QQ或者Proxifier配置代理

image

2.3 查看流量走向

image

2.4一个简单的用户管理界面

image

代码解释博客:https://www.cnblogs.com/qwqwQAQ/p/17410319.html

About

一个.net 7开发的支持用户管理的高性能Socks5服务端

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%