-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c0bf2c3
commit 41ff336
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |