🌐
Zero Configuration
Designed for non-specific, dynamic clients; clients can join/leave anytime
go install github.com/linksocks/linksocks/cmd/linksocks@latest
Or download pre-built binaries from releases page.
# Server (WebSockets at port 8765, as network provider)
linksocks server -t example_token
# Client (SOCKS5 at port 9870)
linksocks client -t example_token -u http://localhost:8765 -p 9870
# Server (WebSockets at port 8765, SOCKS at port 9870)
linksocks server -t example_token -p 9870 -r
# Client (as network provider)
linksocks client -t example_token -u http://localhost:8765 -r