Skip to content

wfgu-git/naivesocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Client

  1. listen requests from browser
  2. encrypt the data
  3. forward data to the server
  4. receive the data from server
  5. decrypt the data and then send to browser

Server

  1. listen requests from client
  2. decrypt the data with socks5 protocol
  3. get the content from web server
  4. encrypt the data
  5. forward data to the client

About

A naive toy project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published