Giter Club home page Giter Club logo

socks5server's Introduction

一个基于.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

socks5server's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.