Ecosyste.ms: Awesome
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: 19 days ago
JSON representation
webrtc
- Host: GitHub
- URL: https://github.com/shynome/wlsocks
- Owner: shynome
- Created: 2022-10-14T17:39:29.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T09:14:45.000Z (about 2 years ago)
- Last Synced: 2024-06-20T14:28:41.678Z (6 months ago)
- Topics: socks5, socks5-server
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 简介
socks over webrtc(smux)
# 用法
## 服务端
```sh
go run ./ -user test -pass test
```## 客户端
```sh
go run ./ -user test
```