Categorygithub.com/Kassaking7/Websocks
repositorypackage
0.0.0-20230619150921-41ff33666a0d
Repository: https://github.com/kassaking7/websocks.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Websocks

What is Websocks

A lightweight network obfuscation proxy based on socks5 in Golang

Usage

First clone the project in your server and local

In the server do a

go run cmd/server/main.go

It will generate a .Websocks json file and take note for the port & password the program is using.

Then in the local do

go run cmd/local/main.go

It will reports an error and follow the error to the generated .Websocks json file and paste the port (with the server's IP address) & password

Then use SwitchyOmega, a Chrome extension. Adding the proxy profile based on .Websocks. After that local can take request from Chrome and send to server