https://github.com/shynome/wlsocks
webrtc
https://github.com/shynome/wlsocks
socks5 socks5-server
Last synced: about 1 year ago
JSON representation
webrtc
- Host: GitHub
- URL: https://github.com/shynome/wlsocks
- Owner: shynome
- Created: 2022-10-14T17:39:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T09:14:45.000Z (over 3 years ago)
- Last Synced: 2025-01-30T10:22:44.092Z (over 1 year 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
```