Skip to content

Alienero/goproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goproxy

A simple proxy (two level proxy) writen in golang

Install

You should have a golang env. Download[https://golang.org/dl/] 1.2 or later

mkdir /home/goroxy
export GOAPTH=/home/goroxy
go get github.com/Alienero/goproxy

go install github.com/Alienero/goproxy/client
go install github.com/Alienero/goproxy/server
go install github.com/Alienero/goproxy/key
cd $GOAPTH/bin
./key -host [your host]
# Instlled.

##Usage

cd $GOAPTH/bin

# Start the server
nohup ./server [OPinions] &
# Some flag
# the proxy server listen address.
#  -listen :8080
# the proxy server auth.
#  -password xxxx

# Start the client
./client [OPinions] 
# In the client ,you can firt start the program then config it
# Of cause you can use the args to config
#   -password xxx
# The Client listen address. Default is 127.0.0.1:808
#   -listen 127.0.0.1:808
# The remote server address(proxy server). Default is yim.so
#   -remote yim.so
# If you ues the windows,you want to hava the colorful print, you can set the iscolor true
# Default is false. It Only normal display in Cygwin Terminal
#   -iscolor

Hava Fun~Geaks

About

A simple proxy (2 level) writen in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages