一个基于.net 7的高性能socks5代理服务端 1.如何使用? 1.1 配置服务端 appsettings.json: "ServerConfig": { "Port": 8333,//服务端断开 "NeedAuth": true,//是否启动认证 "AuthVersion": 1 } 2.使用 2.1 启动服务端 2.2 使用代理软件如QQ或者Proxifier配置代理 代码解释博客:https://www.cnblogs.com/qwqwQAQ/p/17410319.html