Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/debug-ing/socks5-go

socks5 proxy sever with manage user and usage traffic
https://github.com/debug-ing/socks5-go

golang proxy proxy-server socks5

Last synced: 7 days ago
JSON representation

socks5 proxy sever with manage user and usage traffic

Awesome Lists containing this project

README

        

# Socs5 Proxy Server

SOCKS Protocol Version 5

TCP and IPv4/IPv6 support

## Run Proxy Server

```bash
$ go run main.go
```

or in background

```bash
$ sh run.sh
```

## Create User

```bash
$ go run main.go adduser
```
after this you need reload app

or

```bash
$ sh add.sh
```
after this you don't need reload app

## Delete User

open users.json file and remove user after remove run this command

```bash
$ sh run.sh
```

## Show All User Traffic

```bash
$ go run main.go showtraffic
```

and you can open traffic.json and show users traffic :)

## Missing features
- [ ] Add Unit tests.
- [ ] Add UDP support
- [ ] Add a monitoring tool to check the health and status of the application.
- [ ] Add a docker compose file
- [ ] Add Api for report user traffic