Skip to content

icy4ever/socks5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socks5

Quick Start

Build the project

cd ./cmd/server/
GOOS=linux GOARCH=amd64 go build main.go

SFTP to the server

sftp root@proxy
> put ./main .

Run in it

nohup ./main > output &

Get the token use http

# first get the token
head -n 1 output
# then curl the server
curl 'http://${server_ip}/?token=${ur token}' \
  -H 'Pragma: no-cache' \
  -H 'Cache-Control: no-cache' \
  -H 'Upgrade-Insecure-Requests: 1' \
  --compressed \
  --insecure

About

This is socks5 proxy implemented in Golang.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages