Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shynome/wlsocks

webrtc
https://github.com/shynome/wlsocks

socks5 socks5-server

Last synced: 19 days ago
JSON representation

webrtc

Awesome Lists containing this project

README

        

# 简介

socks over webrtc(smux)

# 用法

## 服务端

```sh
go run ./ -user test -pass test
```

## 客户端

```sh
go run ./ -user test
```