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

https://github.com/shynome/wlsocks

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

socks5 socks5-server

Last synced: about 1 year 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
```