Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kassaking7 authored Jun 19, 2023
1 parent c0bf2c3 commit 41ff336
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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](https://github.com/FelisCatus/SwitchyOmega), a Chrome extension. Adding the proxy profile based on .Websocks. After that local can take request from Chrome and send to server

0 comments on commit 41ff336

Please sign in to comment.