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

https://github.com/bpazy/socks5-go

Simple socks5 proxy of Golang
https://github.com/bpazy/socks5-go

Last synced: 3 months ago
JSON representation

Simple socks5 proxy of Golang

Awesome Lists containing this project

README

        

# socks5-go [![Build Status](https://travis-ci.com/Bpazy/socks5-go.svg?branch=master)](https://travis-ci.com/Bpazy/socks5-go)
Simple socks5 proxy of Golang.

# Build
```
# Get source code
git clone https://github.com/Bpazy/socks5-go && cd socks5-go

# Build project
go build

# Run socks5-go
./socks5-go
```